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: Error 80004005 eof - Microsoft XML Parser (September Drop)


> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]