RE: [xsl] Checking element to see if it has children...

Subject: RE: [xsl] Checking element to see if it has children...
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 9 Dec 2003 14:30:44 +0200
FAQ,

> For starters I've been trying to figure out how to check to see if an
> element contains elements (has child element nodes) but I'm--stumped.

Try to select it

  <xsl:if test="*">
    ...
  </xsl:if>
 
Cheers,

Jarno - Blank: Overhead (Extended)

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


Current Thread