[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Error 80004005 eof - Microsoft XML Parser (September Drop)


Subject: RE: Error 80004005 eof - Microsoft XML Parser (September Drop)
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 20 Oct 2000 09:14:36 +0100

> <xsl:when test=".[ancestor::sidebar[1]]">

XPath 1.0 doesn't allow this syntax, and Microsoft have changed their
expression parser to conform.

Just write:

<xsl:when test="ancestor::sidebar[1]">

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords