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

RE: Compound filter in for-each

Subject: RE: Compound filter in for-each
From: "Alan Hale" <A.Hale@xxxxxxxxxx>
Date: Wed, 25 Mar 2009 10:07:01 +0000
RE:  Compound filter in for-each
>Hope you're starting to get the message. Paths follow a route from A to B,

>and they won't select anything if you don't know where you're starting from.

>Michael Kay


Ah - the penny has dropped. Thanks for your patient replies both.

I've given it some more thought and now managed to achieve mostly what I want
using the <xsl:choose> element - like this:

  <xsl:template match="Folder">

  <xsl:for-each select="Placemark">

   <xsl:choose>
   <xsl:when test = "ExtendedData/Data[@name='rdb_status'and
value='Endangered']">
   <xsl:value-of select="@id" />,
   <xsl:value-of select="name" />,
     <xsl:value-of select="ExtendedData/Data[@name='location_name']/value"/>,
   <xsl:value-of select="ExtendedData/Data[@name='grid_ref']/value"/>,
    <xsl:value-of select="adh:Transform(Point/coordinates)"/>,
   <xsl:value-of select="ExtendedData/Data[@name='rdb_status']/value"/>,
   <xsl:value-of select="ExtendedData/Data[@name='last_seen']/value"/>,
      <br/>
   </xsl:when>
   </xsl:choose>

  </xsl:for-each>
 </xsl:template>

but would like to ask how to construct a complex condition statement,
something like:

[@name='rdb_status'and [value='Endangered' or value='Vulnerable']]  (which
doesn't work - in XML Notepad).

Many thanks again

Alan Hale
Aberystwyth

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.