From 9c7cf0ea5cde299283402db722e308c041ec2db7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 28 Aug 2002 09:39:45 +0000 Subject: [PATCH] Fix spelling of XPath. --- CHANGELOG | 8 ++++---- TODO | 6 +++--- doc/recordmodel.xml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2ad5532..5335cb3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,9 @@ --- 1.3.1 2002/08/20 New .abs-directive "xpath" that takes one argument: "enable" -or "disable" to enable and disable XPATH -indexing. If no "xpath" -direcive is found in .abs-file , XPATH-indexing is disabled to ensure -backwards compatibility. For missing .abs-files XPATH-indexing is +or "disable" to enable and disable XPath -indexing. If no "xpath" +direcive is found in .abs-file , XPath-indexing is disabled to ensure +backwards compatibility. For missing .abs-files XPath-indexing is enabled so that such records are searchable. Zebra warns about missing .abs-file only once (for each type). @@ -16,7 +16,7 @@ be treated as "new". Zebra license changed to GNU GPL. -XPATH-like queries used when RPN string attributes are used, eg. +XPath-like queries used when RPN string attributes are used, eg. @attr 1=/portal/title sometitle @attr 1=/portal/title[@xml:lang=da] danishtitle @attr 1=/portal/title/@xml:lang da diff --git a/TODO b/TODO index bdd8e7b..1bd2b7e 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ Zebra TODO -$Id: TODO,v 1.13 2002-08-20 12:01:00 adam Exp $ +$Id: TODO,v 1.14 2002-08-28 09:39:45 mike Exp $ More test scripts. @@ -7,10 +7,10 @@ Handle free lists for isamb (possibly others). Check that recordId: actually works. -Finish X-path-like search including attributes. +Finish XPath-like search including attributes. Make "fake" absyn even though no-one is found and warn -first time. Make directive to enable/disable xpath-indexing. +first time. Make directive to enable/disable XPath-indexing. For traditional searches, allow string attributes that matches name in *.att-file. diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index cdaf703..960cc37 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -1013,9 +1013,9 @@ If this directive is followed by enable, - then extra indexing is performed to allow for XPATH-like queries. + then extra indexing is performed to allow for XPath-like queries. If this directive is not specified - equivalent to - disable - no extra XPATH-indexing is performed. + disable - no extra XPath-indexing is performed. -- 1.7.10.4