From: Adam Dickmeiss Date: Mon, 13 Aug 2007 08:53:42 +0000 (+0000) Subject: Fixed magic NS for DOM XML indexing. X-Git-Tag: ZEBRA.2.0.16~22 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=069747eea98eaa9df53282368a481ac26fd2e0e6 Fixed magic NS for DOM XML indexing. --- diff --git a/doc/recordmodel-domxml.xml b/doc/recordmodel-domxml.xml index 6843fbf..217333c 100644 --- a/doc/recordmodel-domxml.xml +++ b/doc/recordmodel-domxml.xml @@ -1,5 +1,5 @@ - + &acro.dom; &acro.xml; Record Model and Filter Module @@ -166,7 +166,7 @@ The root &acro.xml; element <dom> and all other &acro.dom; &acro.xml; filter elements are residing in the namespace - xmlns="http://indexdata.dk/zebra-2.0". + xmlns="http://indexdata.com/zebra-2.0". All pipeline definition elements - i.e. the @@ -275,7 +275,7 @@ similar to the Alvis filter indexing format - &acro.xml; documents containing &acro.xml; <record> and <index> instructions from the magic - namespace xmlns:z="http://indexdata.dk/zebra-2.0". + namespace xmlns:z="http://indexdata.com/zebra-2.0".
@@ -316,7 +316,7 @@ The output of the indexing &acro.xslt; stylesheets must contain certain elements in the magic - xmlns:z="http://indexdata.dk/zebra-2.0" + xmlns:z="http://indexdata.com/zebra-2.0" namespace. The output of the &acro.xslt; indexing transformation is then parsed using &acro.dom; methods, and the contained instructions are performed on the magic elements and their @@ -355,7 +355,7 @@ processing instructions named zebra-2.0 or elements contained in the namespace - xmlns:z="http://indexdata.dk/zebra-2.0". + xmlns:z="http://indexdata.com/zebra-2.0". @@ -607,7 +607,7 @@