Re: [xsl] Hi everbody

Subject: Re: [xsl] Hi everbody
From: S Woodside <sbwoodside@xxxxxxxxx>
Date: Fri, 10 Jan 2003 02:57:02 -0500
Pretty simple...

<xsl:template match="node">
    <xsl:if test="./childnode">...</xsl:if>
</xsl:template>

Xpath ./childnode is true if the context node has a child called childnode.

simon

On Friday, January 10, 2003, at 02:25 AM, Sai, Mukundan (IE10) wrote:

Hi ,
I have a problem ..
I have an xml document say "test.xml" & a xsl say "compare.xsl"
in the xsl i have to do some error checkin .. ie i have to check whether all
the attribute r present or not
that i am ale to do usin <xsl:if test="not[@attibute]" >


 ...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 ....
 waiting for u solution ..
thnx in advance  ..
Sai Mukund






XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



---
     anti-spam: do not post this address publicly
www.simonwoodside.com -- 99% Devil, 1% Angel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread