RE: [xsl] Child Nodes

Subject: RE: [xsl] Child Nodes
From: "Corey Spitzer" <cspitzer@xxxxxxxxx>
Date: Thu, 6 Sep 2001 09:29:09 -0500
if you're looking to see if a specific child exists, you can just type:

<xsl:if test="childname">

but as far as in general, I believe this would work:

<xsl:if test="*">

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Carlos Durand
Silvestrin
Sent: Thursday, September 06, 2001 8:52 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Child Nodes


How can I verify if one node has a child?


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


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


Current Thread