|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: a key of attributes
> I want to set up an XSLT key of attribute occurrences indexed by the > name of the element they occur in, so I said > > <xsl:key name="atts" match="@*" use="name(..)"/> A Saxon bug. When building the key index, it only looks at attribute nodes if it recognizes the pattern as one that can match attribute nodes, and it's failing to recognize this as such a pattern. I think it will also fail on a union pattern such as match="@name | name". A simple match="@name" works fine. Mike Kay > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








