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

explicit filter

Subject: explicit filter
From: Torsten Curdt <tcurdt@xxxxxx>
Date: Mon, 14 May 2001 16:21:43 +0200 (CEST)
explicit filter
I have a variable containing a node set:

  <xsl:variable name="elements" select="..some statement.."/>

I can now filter these nodes via filter (no way ;)

  <xsl:variable name="filtered_elements" select="$elements[filter]"/>

Unfortunately I need to filter the node set on something
much more comlex. So I thouhght I could traverse the nodes,
test them and return the good ones. Unfortunately this doesn't
seem to work... So I tried a simple node set copy first.
But this didn't work either:

Here is what I came up with:

    <xsl:variable name="filtered_elements">
      <xsl:for-each select="$elements">
        <xsl:value-of select="."/>
      </xsl:for-each>
    </xsl:variable>

    or

    <xsl:variable name="filtered_elements">
      <xsl:for-each select="$elements">
        <xsl:copy><xsl:copy-of select="@*"/></xsl:copy>
      </xsl:for-each>
    </xsl:variable>

If anyone did understand what I am talking about...
...any comment is appreciated ;)
--
Torsten


 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.