GitHub user adamretter opened a pull request:

    https://github.com/apache/ant/pull/57

    Make junitreport with Saxon

    Previously the XSLT(s) used in `junitreport` were only compatible with 
Xalan 2. Whilst you could specify a different `TransformerFactory`, and that 
could be Saxon, it would fail as the XSL(s) use Xalan specific extensions.
    
    This PR adds compatibility with Saxon, so that if you specify Saxon as the 
`TransformerFactory`, then pure XSLT2 stylesheets are used without any vendor 
extensions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adamretter/ant junitreport-xsl-saxon

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #57
    
----
commit 3ceba3aaf66701aad8fc4a8ad685df4e6645a2c9
Author: Adam Retter <adam.retter@...>
Date:   2018-02-04T10:09:55Z

    [bugfix] Allow Saxon to be used for junitreport XSL transformation

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to