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

trouble forming xpath expression with compound conditi

Subject: trouble forming xpath expression with compound conditions
From: "Steve Renshaw" <renshaw_steve@xxxxxxxxxxx>
Date: Thu, 04 Oct 2001 15:37:56 +0000
xpath compound expressions
With the xml given below, the context node it <items>.
I want to select the <item> elemesnt for which the attribute
@id='3' and <si> content is SI7 (this would be the second <item>
instance)? The desired
attribute value
would be stored in a variable $myid and the desired content
would be stored in a variable $mysi. Anyone know how to form
the xpath expression within <xsl-value-of select="xpath expression"/>?

<items>
  <item>
     <si id="1">SI1</si>
     <si id="2">SI2</si>
     <si id="3">SI3</si>
     <si id="4">SI4</si>
  </item>
  <item>
     <si id="1">SI5</si>
     <si id="2">SI6</si>
     <si id="3">SI7</si>
     <si id="4">SI8</si>
  </item>
<items>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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



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.