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

Re: [xsl] XSL, when elements don't exist


Subject: Re: [xsl] XSL, when elements don't exist
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 28 Oct 2003 20:25:44 GMT

> <xsl:if test= "element exists"></xsl:if>
> <xsl:if test= "element does not exist"></xsl:if>

<xsl:if test= "element"></xsl:if>
<xsl:if test= "not(element)"></xsl:if>

-- 
http://www.dcarlisle.demon.co.uk/matthew

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



Current Thread