On Mon, 27 Aug 2007, J. David Beutel <[EMAIL PROTECTED]> wrote: > Has there been any more action on this issue?
Well, yes and no. <junitreport> delegates to <xslt> under the covers (in 1.7) but you don't get access to the factory nested element. > I searched for junitreport in Bugzilla but didn't find it. I'm > interested in using some XSLT 2 for junitreport. I guess that means > Saxon instead of JDK 1.5's XSLTC. Not using JDK 1.5's XSLTC is a good idea for so many reasons anyway. You could use the usual endorsed standards override mechanism[1] to swap in Saxon or just set the system property javax.xml.transform.TransformerFactory prior to running Ant (you'd probably use the ANT_OPTS environment variable for this). Stefan [1] http://java.sun.com/j2se/1.4.2/docs/guide/standards/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]