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

Error when params are in Xpath expression

Subject: Error when params are in Xpath expression
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Tue, 12 May 2009 07:06:29 -0400
 Error when params are in Xpath expression
<!-- get translation of a string -->
    <xsl:template name="translateString">
        <xsl:param name="str" select="'recent_albums'"/>
        <xsl:param name="toLang"/>
        <xsl:param name="fallback" select="'en'"/>
		
        <xsl:choose>
            <xsl:when test="true()">

				<xsl:value-of
select="document('')/*/trans:tr/tr_string[@str=$str]/$toLang"/>
            </xsl:when>
            <xsl:otherwise>
                <xsl:value-of select="'not found'"/>
            </xsl:otherwise>
        </xsl:choose>
    </xsl:template>


I get errors when running this template.
If I manually replace the $str and $toLang, then I am getting the
correct result.

<xsl:value-of select="document('')/*/trans:tr/tr_string[@str='recent_images']/ru"/>

What is wrong with my syntax that uses params? Are params allowed in
Xpath expression?

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.