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]

How to dump a key for debuging purposes?


I am using some pretty complicated keys where I am using
concat to build up the use attribute:

 <xsl:key name="MyKey" match="//a/b/c" 
    use="concat(d,':',e,':',f)" />

Is there a general purpose template I could call that would dump
the associations I am defining? It is hard to debug the XSLT not
knowing if the key is constructed wrong or if there is a problem
in the processing logic. Thanks in advance.

Regards,

Dan

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.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]