RE: [xsl] Saxon parser

Subject: RE: [xsl] Saxon parser
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 3 Jan 2001 09:52:03 -0000
> 	<xsl:value-of select="ancestor(Element[@attribute])"/>

that is a very old draft dialect of XSL you are using

> 
> 	This is normal?  Should I look for a new parser?
> 
No, you should start using XSLT 1.0 syntax, which is

ancestor::Element[@attribute]

Mike Kay

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


Current Thread