Kay Michael writes:
> > 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.
easily fixed? or a deep dark problem?
sebastian
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Kay Michael - Wed, 29 Nov 2000 11:14:31 -0000
- Sebastian Rahtz - Wed, 29 Nov 2000 13:37:52 +0000 <=
Kay Michael - Wed, 29 Nov 2000 14:35:17 -0000
|
|