xsl-list
[Top] [All Lists]

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

2003-12-17 12:43:55
Hi all...

I have for example:

<xml_1>
  <field1>1234</field1>
  <field2>0</field2>
  <field3>567</field3>
</xml_1>

or

<xml_2>
  <field1>1234</field1>
  <field2>983</field2>
  <field3>567</field3>
</xml_2>

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? 
Thanks

Jaime

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



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