[xsl] Re: Comparing Node Text Content with a String Set

Subject: [xsl] Re: Comparing Node Text Content with a String Set
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 28 Oct 2003 17:12:42 +0100
> > If you don't want to use the extension function you can access the
> > lookup table by putting it in a separate XML document.
> >
>
> You can actually also put the lookup table into a named template in the
> stylesheet.  You can access it via
> document('')/xsl:stylesheet/xsl:template[name="..."], where "..." is the
> name of the template.  This way you do not need to coordinate and
> maintain an extra external file.

Yes,  but if you happen to call this named template the lookup table has
good chances to appear in the output...

It is shorter and safer to have the table as a child of the xsl:stylesheet
element.

Then it is accessible using a shorter XPath expression"

   document('')/*/myTable:lookup/*


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread