[Home] [By Thread] [By Date] [Recent Entries]
At 23:20 21-09-2001, Julian Reschke wrote:
<xsl:template match="(xsl:transform|xsl:stylesheet)/@version"> This is definitely a(nother) MSXML bug. Which version of MSXML are you using? The XSLT grammar does not allow (expression|expression)/expression as a [1] Pattern. Patterns can be Patterns separated by '|', which this is not, or they can be [2] LocationPathPatterns, which means they start with '/', '//', or 'id', or are [4] RelativePathPatterns. RelativePathPatterns can only be [5] StepPatterns separated by '/' or '//', and parentheses aren't allowed at the top of a StepPattern. This is a valid XPath [14] Expr, which may explain MSXML's behavior, but it's not a valid [1] LocationPath for similar reasons to why it's not a LocationPathPattern. -Chris -- Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc. DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training <URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ > PGP Fingerprint: BBA6 4085 DED0 E176 D6D4 5DFC AC52 F825 AFEC 58DA XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



