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

RE: [xsl] How to test the existence of an element inside an XML f ile ?


Subject: RE: [xsl] How to test the existence of an element inside an XML f ile ?
From: Meltem Kogelbauer <meltem.kogelbauer@xxxxxxxxxxxxxxxxxx>
Date: Fri, 4 May 2001 11:59:53 +0100

you can try this

<xsl:if test="not(element)">
	<xsl:text>This element is not there</xsl:text>
</xsl:if>

Meltem

-----Original Message-----
From: Stephane.Le-Deaut@xxxxxxxxxx [mailto:Stephane.Le-Deaut@xxxxxxxxxx]
Sent: 04 May 2001 10:21 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] How to test the existence of an element inside an XML
file ?




Hello,

I would like to know if it's possible to test in xsl the existence of an
element inside an XML file.

I've tried the function element-available but it doesn't work, i've got
this message :

Error! ElemTemplateElement error: Can not resolve namespace prefix:


Thanks for your help



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

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



Current Thread
Keywords