|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Hi everbody
Hello,
welcome to the list. Sai, Mukundan (IE10) wrote: Hi , <xsl:if test="@attribute"/> or <xsl:if test="not(@attribute)"/> >...i also want to check if a node exists for ex : <node> <childnode> ..<childnode> <node> how do i check if the child node "childnode" exists or not .... even simpler: <xsl:if test="childnode"/> or <xsl:if test="not(childnode)"/> This works, because the child:: axis is the default one. So in the extended version it's <xsl:if test="child::childnode"/>. The context node must of course be <node/>, because it has <childnode/> as child. Regards, Joerg waiting for u solution .. thnx in advance .. Sai Mukund XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








