RE: [xsl] Testing if child node exists

Subject: RE: [xsl] Testing if child node exists
From: Stuart Brown <sbrown@xxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 12:18:14 +0100
Hi Ragulf,

> How do I select the nodes <one> that have a child <two>?

<xsl:apply-templates select="one[two]"/>

Cheers,

Stuart

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


Current Thread