|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Checking if node has data
Hi Subbiah, > 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="not(mygarden/fruits)"> .... Do something </xsl:if> The node still can have children, but with empty content. To thes again children use node()-Function. Juergen
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








