wdveloper wrote:

> Hi there,
> 
> I need to make xml transformation using XSLT 2.0 (since i want to use
> the powerful tag <xsl:result-document> to produce multiple files).
> In your experience, which kind of library out there is better?

XSLT is a standard, so if you find a library that implements it, there
shouldn't be much differences.

Having said that, these days lxml2 is the craze, and it contains
xslt-processing. It would be my first (and hopefully last) stop.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to