Subject: Re: [xsl] Checking if node has data From: George Cristian Bina <george@xxxxxxx> Date: Tue, 03 Aug 2004 10:19:33 +0300 |
<xsl:if test="mygarden/fruits/text()"> ... </xsl:if>
<xsl:if test="mygarden/fruits/*"> ... </xsl:if>
Hope that helps, George ----------------------------------------------- George Cristian Bina <oXygen/> XML Editor & XSLT Editor/Debugger http://www.oxygenxml.com
Hi, I want to find out if a node say <fruits></fruits> in my XML file has data
in it or not and then decide as to what I need to do.
I can check if a nodes exists or not in XSL not sure how to check if it has any data.
<xsl:if test="mygarden/fruits='true'"> .... Do something </xsl:if>
Any help ?
regards, raman
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Checking if node has data, Mukul Gandhi | Thread | Re: [xsl] Checking if node has data, Xsl List |
Re: [xsl] Checking if node has data, Mukul Gandhi | Date | RE: [xsl] Checking if node has data, Michael Kay |
Month |