RE: [xsl] Dynamic creation of frames & the data within

Subject: RE: [xsl] Dynamic creation of frames & the data within
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 2 Jan 2001 10:49:14 -0000
> I am trying to use the following statement on my XSL file.
> 
> 	<xsl:if test="answer[position() = 1]">
> 
> And Internet Explorer 5.5 returns this:
> 
> 	Unknown method. answer[-->position()<-- = 1]
> 
position() is an XSLT 1.0 function, you are probably using the old
proprietary Microsoft XSL dialect.

Mike Kay

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


Current Thread