Re: [xsl] Using xsl to test value of node

Subject: Re: [xsl] Using xsl to test value of node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 Dec 2001 16:08:57 GMT
<xsl:template match ="CHARACTER_ID">
    <xsl:if test=".=44639"/>  
                          ^
                          That's an empty if

    </xsl:if> *here*
     ^that's closing an if that isn't open: 

remove the first / (the fact that it was in the  first mail I posted is no
excuse:-)

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


Current Thread