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

Re: How to query nodes whichs childs fullfil some co

Subject: Re: How to query nodes whichs childs fullfil some conditions?
From: rsoese <rsoese@xxxxxx>
Date: Fri, 17 Oct 2008 20:19:37 +0000
Re:  How to query nodes whichs childs fullfil some   co
Now I know what I made wron. Thanks a lot...

R.

G. Ken Holman schrieb:
At 2008-10-17 16:25 +0200, Robert Svsemann wrote:
how could I  get all <model> nodes, that have a <competitor> node
inside them and its @id value must be "325d".
         <data>

            <model id="CLK 320 CDI Coupi">
              <competitors>
                 <competitor id="325d"/>
              </competitors>
           </model>
           <model id="CLK 320 CDI Coupi">
              <competitors>
                 <competitor id="335d"/>
              </competitors>
           </model>

</data>

If competitor is guaranteed to be a grandchild, then:


model[competitors/competitor/@id='325d']

If competitor is an arbitrary descendant, then:

model[.//competitor/@id='325d']

I hope this helps.

. . . . . . . . . . Ken

--
Upcoming XSLT/XSL-FO hands-on courses:      Wellington, NZ 2009-01
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video sample lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg
Video course overview:  http://www.youtube.com/watch?v=VTiodiij6gE
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

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.