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

RE: Determining if the first child is a para element


Subject: RE: Determining if the first child is a para element
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 9 Nov 2000 19:16:59 -0000

> I need to know if the first child 
> of a node is an element (para, in this case).

<xsl:if test="node()[1][self::*]"> or
<xsl:if test="node()[1][self::para]"> or


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



Current Thread