xsl-list
[Top] [All Lists]

RE: Lookup Reference XML inside of XSL

2004-07-28 01:53:10

Is is possible in the XSL to do a lookup on an external XML file?


It is possible, and it's common practice.

   document('lookup.xml')/table/row[(_at_)code=$code]/value

Or if the lookup table is large, use a key to speed up access.

Michael Kay



<Prev in Thread] Current Thread [Next in Thread>