xsl-list
[Top] [All Lists]

Re: Hi everbody

2003-01-10 00:57:02
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[(_at_)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



<Prev in Thread] Current Thread [Next in Thread>