Re: Determining if the first child is a para element

Subject: Re: Determining if the first child is a para element
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Nov 2000 11:39:42 +0100 (MET)
> > but I need to know if the first child of a node is an
> > element (para, in this case
> 
> <xsl:if test="*[1][self::para]">David</xsl:if>

Note for Ken:
This is slightly different from mine: 
It tests if the first *element* is a para.
(Ignoring comments, text nodes etc)

Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread