xsl-list
[Top] [All Lists]

RE: How to test for a determined value of a node-set

2003-12-17 12:05:43
I programmed an XSL that displays values of a XML with that 
structure. At the bottom af the page, I need to write a text 
if some value of field is 0. If none is 0, no text is 
displayed. For example, with xml_1, the text is displayed, 
with xml_2, the text isn't displayed.

What xslt instruction do I need to use? 

<xsl:if test="/*/*=0">A text</xsl:if>

Michael Kay


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



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