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: Roelof Wobben <rwobben@xxxxxxxxxxx>
Date: Tue, 29 Nov 2011 17:03:52 +0000
Oke,



But I use Symphony CMS and can only use xslt 1.0

I would like to use xslt 2.0 but cannot find any cms who can use it.



Roelof



----------------------------------------
> Date: Tue, 29 Nov 2011 17:50:59 +0100
> From: Martin.Honnen@xxxxxx
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] can a value of a parameter depends on a other value
>
> 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