xsl-list
[Top] [All Lists]

RE: Testing if child node exists

2002-10-15 04:25:33
Hi,

Wrong, it should be

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

Cheers,

Jarno

-----Original Message-----
From: ext Jaish_Kumar(_at_)apex(_dot_)soft(_dot_)net 
[mailto:Jaish_Kumar(_at_)apex(_dot_)soft(_dot_)net]
Sent: 15. October 2002 14:20
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Testing if child node exists



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



                                                              
                                           
                    "Ragulf Pickaxe"                          
                                           
                    <jawxml(_at_)hotmail(_dot_)com>              To:     
XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com            
                    Sent by:                          cc:     
                                           
                    owner-xsl-list(_at_)lists(_dot_)mulber       
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



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



<Prev in Thread] Current Thread [Next in Thread>