Bug 331 - Support for parametric XSL in xsl-taglib BugRat Report#597
Summary: Support for parametric XSL in xsl-taglib BugRat Report#597
Status: CLOSED WONTFIX
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Unknown Taglib (show other bugs)
Version: unspecified
Hardware: Other All
: P1 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-15 11:16 UTC by Luca Orlandi
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomcat Developers Mailing List 2000-12-15 11:16:51 UTC
It would be VERY nice having support form parametric XSL through <xsl:apply> tag; it could be something like:

<xsl:apply ...>
  <xsl:params>
    <xsl:param name="xxxx">value</xsl:param>
    <xsl:param name="yyyy">value</xsl:param>
    <xsl:param name="zzzz">value</xsl:param>
  </xsl:params>
</xsl:apply>
Comment 1 Glenn Nielsen 2002-04-06 00:34:28 UTC
This feature won't be added.  The XSL taglib will be deprecated soon since
it uses Xalan1 which is deprecated and the XTAGS and Standard taglibs provide
a better alternative.