Re: Determining if the first child is a para element

Subject: Re: Determining if the first child is a para element
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 9 Nov 2000 11:43:40 -0700 (MST)
David Carlisle wrote:
> 
> > 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>

That only tests the first element to see if it is para; he wants to test
the first node of any type to see if it is an element.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread