Re: [xsl] can a value of a parameter depends on a other value

Subject: Re: [xsl] can a value of a parameter depends on a other value
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 29 Nov 2011 17:50:59 +0100
Roelof Wobben wrote:

I wonder if this can be done in xslt.



I use pseudo code to make it clear.



Als een bepaalde maand en een bepaalde maand is bereikt dan heeft de parameter $articlesperpage een bepaalde waarde.

XSLT/XPath 2.0 has an
if (condition) then expression1 else expression2
expression you can certainly use within the select attribute of an xsl:with-param name="articlesperpage" to conditionally assign a value.


--

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

Current Thread