Subject: RE: Comparing Node Text Content with a String Set
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Tue, 28 Oct 2003 10:19:00 -0500
|
[Michael Kay]
> 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.
Cheers,
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|