This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]