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

Re: a node child

Subject: Re: a node child
From: "M. David Peterson" <conners_dad@xxxxxxx>
Date: Wed, 15 Oct 2003 06:42:55 -0700
xsl child node
Maybe Im missing something but it seems like Belangour is asking not how to 
get to the literal foo code he has as an example but instead how to test any 
node for existence of a child node in a given context...

<xsl:for-each select="persons/person">
     <xsl:if test="child::tel">
          .... insert code
     </xsl:if>
</xsl:for-each>

child::tel will bring each 'person' node into context if it has a child node 
'tel'.

replace the node names with the names of the actual nodes you are trying to 
select and you will get the same results...

Regards,

M.


----- Original Message ----- 
From: "Sergiu Ignat" <sergiu@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, October 15, 2003 4:24 AM
Subject: RE:  a node child


> <xsl:if test="childnodename">...</xsl:if>
> <xsl:if test="@attributename">...</xsl:if>
>
> If in the test statement you pass a name of a child or attribute it 
> returns true if the child exists, otherwise it returns false.
>
> To match all the persons with a "tel" child you can try:
> <xsl:apply-templates select="person[tel]"/>
>
> There is a deatailed explanation about this in any XSLT beginer's guide.
> Sergiu
>
> > Hi Andrew,
> > first,thanks for the response.
> > The example i gave was perhaps a bad example, but i want a
> > response in a
> > more general case i.e once located on a node. How could we test the
> > existence of a  given child node ?
> > Thanks
> > Abdessamad
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>

 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.