xsl-list
[Top] [All Lists]

RE: Hi everbody

2003-01-10 02:48:52
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 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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



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