RE: [xsl] Testing if child node exists

Subject: RE: [xsl] Testing if child node exists
From: "Yates, Danny (ANTS)" <danny.yates@xxxxxxxxxx>
Date: Tue, 15 Oct 2002 12:41:10 +0100
No, no, no.

This will select all the "two" nodes which are children of
"one" nodes.

The original poster wanted to select all "one" nodes which
have a "two" node as a child:

  <xsl:apply-templates select="/root/one[two]"/>

Regards,

Dan.

-- 
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7612 4017
Fax: +44 20 7612 4342


-----Original Message-----
From: Jaish_Kumar@xxxxxxxxxxxxx [mailto:Jaish_Kumar@xxxxxxxxxxxxx]
Sent: 15 October 2002 12:20
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Testing if child node exists



 try with apply-templates select="/root/one/two



 

                    "Ragulf Pickaxe"

                    <jawxml@xxxxxxxxxxx>              To:
XSL-List@xxxxxxxxxxxxxxxxxxxxxx            
                    Sent by:                          cc:

                    owner-xsl-list@xxxxxxxxxxxx       Subject:     [xsl]
Testing if child node exists    
                    rytech.com

 

 

                    15/10/2002 04:33 PM

                    Please respond to xsl-list

 

 





Hello all

This is probably easy but I can't get into my head how it is done:

Using the following XML

<root>
  <one>
  </one>
  <one>
    <two>..</two>
  </one>
  <one>
  </one>
  <one>
  </one>
  <one>
    <two>..</two>
  </one>
</root>

How do I select the nodes <one> that have a child <two>?

apply-templates select="/root/one[...] <- What should be here ... ?


Thanks in advance!

Sincerely
Ragulf Pickaxe :)

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


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






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


***************************************************************************
This communication (including any attachments) contains confidential information.  If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents.  Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent.  Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes.  If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


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


Current Thread