Subject: RE: How to test for a determined value of a node-set
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 17 Dec 2003 19:05:43 -0000
|
> 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
|