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

Re: Setting variable based on passed in parameter

Subject: Re: Setting variable based on passed in parameter
From: "Richard Lewis" <richardlewis@xxxxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 16:24:44 +0000
oxygen exslt
On Tue, 30 Nov 2004 09:12:41 -0700, "Matthew Hailstone"
<mhailstone@xxxxxxxxxx> said:
> I'm trying to assign a variable a node-set that depends on a parameter
> passed into the stylesheet.
> 
>   <xsl:param name="nodeValue">something</xsl:param>
>   <xsl:param name="valueSearch">false</xsl:param>
>   <xsl:variable name="initialResult">
>       <xsl:choose>
>         <xsl:when test="$valueSearch='false'">
>             <xsl:value-of
> select="/one/two[three/four[contains(text(),$nodeValue)]]"/>
>         </xsl:when>
>         <xsl:otherwise>
>             <xsl:value-of
> select="/one/two[three/four[contains(text(),$nodeValue)]]"/>
>         </xsl:otherwise>
>       </xsl:choose>
>   </xsl:variable>
> <xsl:template match="/">
>       <xsl:apply-templates select="$initialResult"/>
> </xsl:template>
> <xsl:template match="/one/two">
>    ...
> </xsl:template>
> 
> 
> I get an error in oXygen saying, "Cannot process a result tree fragment
> as a node-set  under XSLT 1.0"
> 
EXSLT provides the function exslt:node-set(some-node-set) (in the
namespace xmlns:exslt="http://exslt.org/common", but only if your
processor supports it) which turns a variable into a node set. Its quite
expensive, though.

Richard.

-- 
  Richard Lewis
  richardlewis@xxxxxxxxxxxxxx

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.