|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Checking if node has data
Hi,
> I can check if a nodes exists or not in XSL not sure how to check if it has > any data. Just define what any data means to you and check that for existence. For instance if by has data you mean that it should have at least one text node then you can simply check if a text node exists inside fruits: <xsl:if test="mygarden/fruits/text()"> ... </xsl:if> If any data means any element then you will get <xsl:if test="mygarden/fruits/*"> ... </xsl:if> Hope that helps, George ----------------------------------------------- George Cristian Bina <oXygen/> XML Editor & XSLT Editor/Debugger http://www.oxygenxml.com Subbiah wrote: Hi, I want to find out if a node say <fruits></fruits> in my XML file has data
|
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








