From 7a1897c37a9fc946a3b44b10a46ed1eecdd3634a Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 20 Feb 2007 14:53:25 +0000 Subject: [PATCH] some more changes, more to come --- doc/recordmodel-domxml.xml | 46 +++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/doc/recordmodel-domxml.xml b/doc/recordmodel-domxml.xml index 201299a..7ae3c8b 100644 --- a/doc/recordmodel-domxml.xml +++ b/doc/recordmodel-domxml.xml @@ -1,5 +1,5 @@ - + &dom; &xml; Record Model and Filter Module @@ -108,9 +108,8 @@ The experimental, loadable &dom; &xml;/&xslt; filter module - mod-dom.so is packaged in the GNU/Debian package - libidzebra2.0-mod-dom. - It is invoked by the zebra.cfg configuration statement + mod-dom.so + is invoked by the zebra.cfg configuration statement recordtype.xml: dom.db/filter_dom_conf.xml @@ -120,25 +119,28 @@ path db/filter_dom_conf.xml. - - - - The &dom; &xslt; filter configuration file must be - valid &xml;. It might look like this (This example is - used for indexing and display of &oai; harvested records): - - <?xml version="1.0" encoding="UTF-8"?> - <schemaInfo> - <schema name="identity" stylesheet="xsl/identity.xsl" /> - <schema name="index" identifier="http://indexdata.dk/zebra/xslt/1" - stylesheet="xsl/oai2index.xsl" /> - <schema name="dc" stylesheet="xsl/oai2dc.xsl" /> - <!-- use split level 2 when indexing whole &oai; Record lists --> - <split level="2"/> - </schemaInfo> - + valid &xml;. It might look like this: + + + + + + + + + + + + + + + + ]]> + + All named stylesheets defined inside schema element tags @@ -167,7 +169,7 @@
- &dom; Internal Record Representation + &dom; filter internal record representation When indexing, an &xml; Reader is invoked to split the input files into suitable record &xml; pieces. Each record piece is then transformed to an &xml; &dom; structure, which is essentially the -- 1.7.10.4