xsl-list
[Top] [All Lists]

a node child

2003-10-15 02:54:20
Hi,
Suppose we are located on a node. How could we test the existence of a given
child node ?

example: how to test that "eric" has a telephone and "max"  has not.?
-------------------------------------------------------
<persons>
    <person name="eric">
        <tel>003366778899</tel>
    </person>
    <person name="max"/>
<persons>
--------------------------------------------------------
Thanks.


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



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