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

XPATH question

Subject: XPATH question
From: "I-Lin Kuo" <ikuoikuo@xxxxxxxxxxx>
Date: Thu, 07 Aug 2003 11:29:53 -0400
sumstat
I know this is more of an XPATH question rather than an XSLT one, but

I want to select all <var> which contain a <sumStat> with a "vald" type whose sumStat value is >4. So, in the following example, I only want to select the first <var>

<var>
	<sumStat type="vald">5</sumStat>
	<sumStat type="min">3</sumStat>
</var>
<var>
	<sumStat type="vald">3</sumStat>
	<sumStat type="min">1</sumStat>
</var>
<var>
	<sumStat>5</sumStat>
</var>

Now, I can do this if I select the sumStat matching my criteria and then its parent, something like select="fullPathToSumStat/sumStat[@type='vald'][. &gt; 4]/parent::*" (untested)

but is there some way to do this avoiding using an axis?

I-Lin Kuo, Ann Arbor, MI
Macromedia Certified ColdFusion 5.0 Advanced Developer
Sun Certified Java 2 Programmer
Ann Arbor Java Users Group (www.aajug.org) SUN Top 25 JUG

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Current Thread
  • XPATH question
    • I-Lin Kuo - Thu, 7 Aug 2003 11:30:30 -0400 (EDT) <=
      • <Possible follow-ups>
      • Andrew Welch - Thu, 7 Aug 2003 12:05:14 -0400 (EDT)

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.