[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Checking if node has data

Subject: RE: Checking if node has data
From: Manpreet Singh <singhm@xxxxxxxxxxx>
Date: Tue, 3 Aug 2004 12:16:27 +0530
xsl if node
hi,
  One way could be:

  <xsl:template match="fruit">
   <xsl:variable name="x">
   	<xsl:value-of select="."/>	
   </xsl:variable>
   <xsl:if test="$x!=''">
   	<!--DO SOMETHING-->
   </xsl:if>
  </xsl:template>

Regards
Manpreet

-----Original Message-----
From: Subbiah [mailto:subbiah@xxxxxxxxxxxx]
Sent: Tuesday, August 03, 2004 12:14 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Checking if node has data


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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.