RE: [xsl] Hi everbody

Subject: RE: [xsl] Hi everbody
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 10 Jan 2003 09:48:52 -0000
> 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 have a problem, when I read your messages I have to do
spelling-correction  on your text, which slows down my reading rate
considerably.
> 
>  ...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 

With "node" as the context node, write

<xsl:if test="childnode">

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread