You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/12/15 18:16:51 UTC

BugRat Report #597 has been filed.

Bug report #597 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/597>

REPORT #597 Details.

Project: Taglibs
Category: Feature Requests
SubCategory: Enhancement
Class: feature
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: any
   JVM Release: any
   Operating System: any
   OS Release: any
   Platform: any

Synopsis: 
Support for parametric XSL in xsl-taglib

Description:
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>