xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Checking if node has data


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

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: [xsl] 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
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor