Fix spelling of XPath.
authorMike Taylor <mike@indexdata.com>
Wed, 28 Aug 2002 09:39:45 +0000 (09:39 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 28 Aug 2002 09:39:45 +0000 (09:39 +0000)
CHANGELOG
TODO
doc/recordmodel.xml

index 2ad5532..5335cb3 100644 (file)
--- 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 (file)
--- 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.
index cdaf703..960cc37 100644 (file)
@@ -1,5 +1,5 @@
  <chapter id="record-model">
-  <!-- $Id: recordmodel.xml,v 1.4 2002-08-22 14:58:22 adam Exp $ -->
+  <!-- $Id: recordmodel.xml,v 1.5 2002-08-28 09:39:45 mike Exp $ -->
   <title>The Record Model</title>
   
   <para>
        <listitem>
         <para>
          If this directive is followed by <literal>enable</literal>,
-         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 
-         <literal>disable</literal> - no extra XPATH-indexing is performed.
+         <literal>disable</literal> - no extra XPath-indexing is performed.
         </para>
        </listitem>
       </varlistentry>