xsl-list
[Top] [All Lists]

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

2011-11-29 10:51:10
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>
--~--