xsl-list
[Top] [All Lists]

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

2011-11-29 11:13:24

Oke, 


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>

 

Roelof

 

 

 

----------------------------------------
Date: Tue, 29 Nov 2011 18:06:40 +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:

But I use Symphony CMS and can only use xslt 1.0

With XSLT 1.0 you can use
<xsl:with-param name="foo">
<xsl:choose>
<xsl:when test="condition goes here">value goes here</xsl:when>
<xsl:otherwise>other value goes here</xsl:when>
</xsl:choose>
</xsl:with-param>


--

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>
--~--