xsl-list
[Top] [All Lists]

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

2011-11-29 11:04:07

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(_dot_)Honnen(_at_)gmx(_dot_)de
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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/

--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
                                        
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--