[xsl] a node child

Subject: [xsl] a node child
From: "belangour abdessamad" <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Oct 2003 11:54:20 +0200
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


Current Thread