[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Hi everbody

Subject: RE: Hi everbody
From: Jarno.Elovirta@xxxxxxxxx
Date: Fri, 10 Jan 2003 09:50:14 +0200
check if childnode exists
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]" >

Do you mean

  test="not(@attribute)"

i.e. there is no "attribute" attribute, or are you testing if there is a child element "not" that has "attribute" attribute (which is what your example tested)? Anyhow - 
 
>  ...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 ....

Simply

  <xsl:template match="node">
    <xsl:if test="childnode">
      <!-- child node exists -->
    </xsl:if>
  </xsl:template>


Cheers,

Jarno - Stabbing Westward: ACF

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.