From 60804971c0b59e786daaf8efb93fefc1ec42e8c2 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Mon, 12 Feb 2007 14:00:20 +0000 Subject: [PATCH 1/1] experimental processing-instruction based indexing XSLT added --- test/xslt/dom-index.xsl | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/xslt/dom-index.xsl diff --git a/test/xslt/dom-index.xsl b/test/xslt/dom-index.xsl new file mode 100644 index 0000000..b372b81 --- /dev/null +++ b/test/xslt/dom-index.xsl @@ -0,0 +1,42 @@ + + + + + + + + + + + record id= + + rank= + + + + + + + + + + + + index control + + + + + + index title:w title:p title:s + + <xsl:value-of select="."/> + + + + -- 1.7.10.4