xsl-list
[Top] [All Lists]

Re: using xsl:if to test the value of a node

2002-12-05 03:09:43

I am using MS ie6 for my XSL experiments and I need to do some data sorting.

It's good that you are using IE6 rather than IE5 because that supports
XSL.

however

<xsl:if test="child::CODE[. $lt$ 'K' and . $gte$ 'J']">

That is not XSL, it is the microsoft-specific language that was built
into IE5. XSLT doesn't have a $lt$ or $gt$ operators, it has < and >
normally writen as &lt; and &gt;,

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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



<Prev in Thread] Current Thread [Next in Thread>