3 # $Id: abs2dom,v 1.1 2007-12-17 11:48:14 sondberg Exp $
4 # ----------------------------------------------------------------------------
5 # Generate a dom-filter indexing stylesheet based upon an .abs file
9 my $xslt_header = <<END_OF_XSLT;
10 <?xml version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
11 xmlns:z="http://indexdata.com/zebra-2.0"
14 <xsl:output indent="yes"
25 next unless s/^xelm\s+//;
26 my ($indexes) = (/(\S+)$/);
30 print "XPATH='$xpath', INDEX='$indexes'\n";