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

Antwort: Re: a node child

Subject: Antwort: Re: a node child
From: manfred.weigel@xxxxxx
Date: Wed, 15 Oct 2003 13:17:31 +0200
xsl child node
<xsl:if test="child::node()">
would test if any child node of the current node exists

<xsl:if test="child::node() != ''">
would test if any child node of the current node has a value

Please have a look at
http://selfhtml.teamone.de/xml/darstellung/xpathsyntax.htm
this is the german Version of selfhtml, but there is an french and spanish
version too.

regards
Manfred





abdessamad.belangour@xxxxxxxxxxxxxxxxxxx@l... am
15.10.2003 12:30:03

Bitte antworten an xsl-list@xxxxxxxxxxxxxxxxxxxxxx@inet

Gesendet von:     owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


An:      xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Kopie:
Thema:   Re:  a node child


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

----- Original Message -----
From: <andrew.curry@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, October 15, 2003 12:03 PM
Subject: Re:  a node child


> try
>
> <xsl:if test="./person[@name='max']/tel">
> ....
> PA Sport RnD
>
> Andrew Curry
> Software Developer
>
> Telephone: 01430 455545
> Website:        http://www.pa.press.net
>
> PA News Limited:
> Bridgegate, Howden, East Yorkshire, DN14 7AE
>
> Registered Office:
> PA News Limited, 292 Vauxhall Bridge Road, London SW1V 1AE. Registered in
> England No. 3891053
>
>
> ----- Original Message -----
> From: "belangour abdessamad" <abdessamad.belangour@xxxxxxxxxxxxxxxxxxx>
> To: "XSL-list" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, October 15, 2003 10:54 AM
> Subject:  a node child
>
>
> > Hi,
> > Suppose we are located on a node. How could we test the existence of a
> given
> > child node ?
> >
> > example: how to test that "eric" has a telephone and "max"  has not.?
> > -------------------------------------------------------
> > <persons>
> >     <person name="eric">
> >         <tel>003366778899</tel>
> >     </person>
> >     <person name="max"/>
> > <persons>
> > --------------------------------------------------------
> > Thanks.
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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.