Release notes for MorganaXProc-IIIse rel. 0.9.4.2-beta
Version 0.9.4.2 -beta was released on 2020-07-26.
This release has three basic features:
- Performance improvement and smaller memory footprint in the XPath 3.1 engine (Big thanks to David Birnbaum for pointing out to me the need of optimization and for providing documents to test on.)
- New mechanism to redirect (or silence) messages originating from @[p:]message or xsl:message. Using CLI option "-messages=" you can now direct them to Standard.Out, Standard.Error, a file in your local file system, or turn them off.
- Additional XSLTConnector: There is now a XSLTConnector to use a JAXP connector class for XSLT 1.0. Either Java's default setting or any class extending "javax.xml.transform.TransformerFactory" can now be used.
Apart from this, as always: Bug fixes, bug fixes, and bug fixes.