|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to use an XML-based LUT with XSLT?
Xavier Defrang <xavier at perceval dot net> wrote: > I've written a XSL document to transform XML into XHTML (yes, that's a big > surprize!). The document contains some error codes and I'd like to > transform these numerical codes into an actual human-readable message so I > built a small XML document as follow : [snip] > Now I'd like to change my XSLT so I could look-up into the Table to > substitute numerical error codes by text messages with something like : > > <xsl:value-of select="/Table/Message[@Code=ActualErrorCode]"/> > > Now the question is how do I "link" this table to my input DOM so I can > reach the Message elements from within my XSLT? Is there any possibility > to that with plain XSLT? (I don't want to use any engine-dependant > extensions) Xavier, For an example of key-based access into a lookup table see: http://sources.redhat.com/ml/xsl-list/2001-06/msg01004.html Hope this helped. Cheers, Dimitre Novatchev. __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






