Best library to make XSLT 2.0 transformation
Diez B. Roggisch
deets at nospam.web.de
Tue May 19 07:42:32 EDT 2009
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
More information about the Python-list
mailing list