[Home] [By Thread] [By Date] [Recent Entries]
Kamal Bhatt
I would have thought that you could use data embedded in the XML, but access via a key. This is declared using xsl:key in the XSLT and retrieved using the key function, see http://www.w3schools.com/xsl/func_key.asp. Another possibility is to embed the data in the XSLT, via an include maybe, and access via document(''). The disadvantage of this is that document(''), which points to the stylesheet itself, does not always work "out of the box", for example if the XSLT has been fetched from a database table. In that case they are things you can do to make it work, a custom XmlResolver in .NET and the same, I think, in Java. Joe Fawcett (MVP - XML) http://joe.fawcett.name ----- Original Message ----- From: "Kamal Bhatt" <kbhatt@xxxxxxxxx> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Sent: Friday, March 16, 2007 1:09 AM Subject: Lookup tables Hi
|

Cart



