This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

apply-templates with a variable mode


Hi,

Can i have a mode attribute of apply-templates and set it from a variable?
What i tried so far has resulted in an error.

<xsl:template match="root" mode="filter">
  <xsl:param name="filtermode"/>

    <xsl:apply-templates select="offre" mode="$filtermode"/>

  </xsl:copy>
</xsl:template>

Error  on line 39 of file:/C:/temp/filter_off.xsl:
  Mode name is not a valid QName
Transformation failed

Thank you,
Joeri



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]