Re: [xsl] Keeping a map in my XSL

Subject: Re: [xsl] Keeping a map in my XSL
From: Jon Gorman <jonathan.gorman@xxxxxxxxx>
Date: Tue, 13 Sep 2005 14:48:41 -0500
> Is there a way to set the map in an XML document and include it in my
> Source XSL and then
> Reference it in the XSLT using the key() function?

Create a new xml document with the mapping and use document() to
access it it and get the keys.

Jon Gorman

Current Thread