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: Dynamic creation of frames & the data within


> 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


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