Subject: RE: How to dump a key for debuging purposes?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 11 May 2001 09:45:09 +0100
|
>
> <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?
By "dump" I assume you mean "print" rather than "dispose of".
There's no way in XSLT of accessing all the values of a key. To do this
you'd have to dive into the implementation in a specific processor and write
an extension function.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|