[XML-SIG] ANN: Pyana 0.6.0
Brian Quinlan
brian@sweetapp.com
Tue, 24 Sep 2002 11:38:08 -0700
Pyana 0.6.0 has been released. Source and binary distributions are
available at:
http://sourceforge.net/project/showfiles.php?group_id=28142
Pyana is an extension module that allows Python scripts to access the
Apache Group's Xalan XSLT transformation engine.
For usage examples and other information, see:
http://pyana.sourceforge.net/
What's new in this release?
- Updated to use Xalan 1.4/Xerces 2.1
- A default ErrorHandler and ProblemListener are automatically installed
when a Transformer instance is created. The global variables
defaultErrorHandlerFactory and defaultProblemListenerFactory determine
which classes are used.
- Messages generated with xsl:message now appear correctly
- Exception decoding is now done using a preprocessor macro instead of
an
include file. This should fix a build problem on some platforms e.g.
HP-UX.
- Better exception decoding of XSLExceptions
Cheers,
Brian