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: Stephane.Le-Deaut@xxxxxxxxxx
Date: Fri, 4 May 2001 13:59:58 +0200

thanks it works now





Meltem Kogelbauer <meltem.kogelbauer@xxxxxxxxxxxxxxxxxx> on 04/05/2001 12:59:53

Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx
                                                              
                                                              
                                                              
 To:      xsl-list@xxxxxxxxxxxxxxxxxxxxxx                     
                                                              
 cc:      (bcc: Stephane LE DEAUT/FR/ALCATEL)                 
                                                              
                                                              
                                                              
 Subject: RE: [xsl] How to test the existence of an element   
          inside an XML f     ile ?                           
                                                              





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





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


Current Thread