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

Re: can a value of a parameter depends on a other valu

Subject: Re: can a value of a parameter depends on a other value
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 29 Nov 2011 18:20:26 +0100
Re:  can a value of a parameter depends on a other valu
Roelof Wobben wrote:

So if the month is in the variable value and the pagenumber in the variable then it would be.



<xsl:with-param name="articlesperpage">

<xsl:choose>

<xsl:when test=" $value eq 2005-02 and $page eq 1>/xsl:when>

</xsl:choose>

</xsl:with-param>

Well "eq" is an XPath 2.0 operator so I am not sure why you use that now after telling us you use XSLT 1.0.
But you can certainly do
<xsl:when test="$value = '2005-02' and $page = 1">
for the test. I don't see in your code snippet where you actually set the value of the param as you don't have any code inside of the xsl:when. And as you don't have any xsl:otherwise an xsl:if instead of the xsl:choose/xsl:when might suffice.




--

	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

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.