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: node exist?


if u are just dealing with elements and attributes,  use the following

<xsl:if test="name-of-the-node">
    do whatever
</xsl:if>

if the element or attribute exists it will test as true

cheers, jim fuller



----- Original Message ----- 
From: "Amiceto Lopez" <aniceto@overthenet.tv>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, October 17, 2001 2:39 PM
Subject: [xsl] node exist?


> hi:
> how to know if a node exist for conditional procesing?
> something like:
> <xsl:if test="node-exist(name-of-the-node)">
>     do whatever
> </xsl:if>
> 
> thanks
> 
> 
> 
>  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]