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: template match syntax - possible bug in MSXML XPath


> <xsl:template match="(xsl:transform|xsl:stylesheet)/@version">
> 
> 1) MSXML's XSLT engine executes it, reporting no error 
> 
> So:
> 
> a) Is this a conformance bug in Microsoft's implementation?

It would seem so.
> 
> b) What's the most compact way to write the match in a syntax which is
> actually allowed in XPath?
> 
match="xsl:transform/@version | xsl:stylesheet/@version

(But it's XSLT that defines the rules for match patterns, not XPath).

Mike Kay

 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]