This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Child Nodes


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Carlos Durand
Silvestrin
Sent: Thursday, September 06, 2001 8:52 AM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]