Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-227

Add support for xslt parameters in the report task

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.1
    • 1.4-RC1
    • Ant
    • None

    Description

      I need to provide some extra XSLT parameters to my custom XSL in the report task. Currently, there is no way to pass them to my XSL file.
      The report task could be extended to make this possible.

      For instance:
      <ivy:report xslfile="myxsl.xsl" xslext="xml" >
      <ivy:param name="myparam" expression="value" />
      <ivy:param name="anotherparam" expression="value2" />
      </ivy:report>

      Attachments

        Activity

          People

            xavier Xavier Hanin
            maartenc Maarten Coene
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: