Re: [xsl] Testing if child node exists

Subject: Re: [xsl] Testing if child node exists
From: Jaish_Kumar@xxxxxxxxxxxxx
Date: Tue, 15 Oct 2002 16:49:52 +0530
 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


Current Thread