[xsl] Knowing if a node has children

Subject: [xsl] Knowing if a node has children
From: "Jaime A Stuardo Bahamondes" <jstuardo@xxxxxxxxxxx>
Date: Tue, 18 Nov 2003 09:40:51 -0400
Hi...

How can I test if a node has children? I have tested with:

<xsl:if test="count(child::*)">

<xsl:if test="child">

and others but everything didn't work

Thanks
Jaime

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


Current Thread