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 dump a key for debuging purposes?


>
>  <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


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