[xsl] How to dump a key for debuging purposes?

Subject: [xsl] How to dump a key for debuging purposes?
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Thu, 10 May 2001 10:14:29 -0700 (PDT)
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


Current Thread