This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to test the existence of an element inside an XML file ?


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@alcatel.fr [mailto:Stephane.Le-Deaut@alcatel.fr]
Sent: 04 May 2001 10:21 AM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]