ANN: Pyana 0.9.1 Released

B

Brian Quinlan

ANN: Pyana 0.9.1 Released

You can find it here:
http://sourceforge.net/project/showfiles.php?group_id=28142

Changes:

- Fixes a bug in Pyana 0.9.0 where repeated warning messages could
cause a crash

What is Pyana?

Pyana is a Python interface to the Xalan-C XSLT processor. It provides
a simple and safe API for doing XSLT transformations from Python but
with the performance of a C processor. For example:

import Pyana
source_url = 'http://pyana.sourceforge.net/examples/helloworld.xml'
style_url = 'http://pyana.sourceforge.net/examples/helloworld.xsl'
print Pyana.transform2String(
source=Pyana.URI(source),
style=Pyana.URI(style))

Some more complex examples are provided here:
http://pyana.sourceforge.net/examples/

Cheers,
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,228
Latest member
MikeMichal

Latest Threads

Top