[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Child Nodes


Subject: RE: [xsl] Child Nodes
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 6 Sep 2001 15:56:34 +0100

> How can I verify if one node has a child?
> 
If it's the current node you're testing,

<xsl:if test="child::node()">

Mike Kay

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



Current Thread