This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XPath


Hi,

you can do it with one select:
<xsl:for-each select="item[(@attr &gt; $x) and (@attr &lt; $y)]">

bye
Frank
-
Frank Spychalski
Research Engineer
SAP Labs, Palo Alto           frank.spychalski@sap.com 

->-----Original Message-----
->From: Jon Wynacht [mailto:jwynacht@cisco.com]
->Sent: Monday, July 31, 2000 7:24 AM
->To: xsl-list@mulberrytech.com
->Subject: XPath
->
->
->Hello,
->
->Is there any way to look for items in an xml document that 
->have an attribute
->with a value greater than x and less than y? I can do it with 
->two xpath
->statements but would rather do it with one if possible...
->
->Thanks,
->
->Jon
->
->
-> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
->


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]