You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Brian Quinlan <br...@sweetapp.com> on 2002/09/24 20:38:08 UTC

ANN: Pyana 0.6.0

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