[xsl] Conditional with-param

Subject: [xsl] Conditional with-param
From: Marco <brbromo@xxxxxx>
Date: Thu, 20 May 2004 15:35:05 +0200
Is it possible to do something like

<xsl:apply-templates>
 <xsl:if select="condition1">
  <xsl:with-param name="myparam1">
 </xsl:if>
 <xsl:if select="condition2">
  <xsl:with-param name="myparam2">
 </xsl:if>
</xsl:apply-templates>

or should I write a four-cases choose instruction, with four different
options combinations?

Marco

Current Thread