From 069747eea98eaa9df53282368a481ac26fd2e0e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Aug 2007 08:53:42 +0000 Subject: [PATCH] Fixed magic NS for DOM XML indexing. --- doc/recordmodel-domxml.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 @@ -- 1.7.10.4