[lxml-dev] Url corruption during XSLT transformation

Alexander Kozlovsky alexander.kozlovsky at gmail.com
Tue Jun 12 19:17:40 CEST 2007


Stefan Behnel wrote:
> Yes, on Windows, they are statically linked into the lxml modules.
> You can check which libxml2 version they were built with:
> 
>   from lxml import etree
>   print "lxml.etree:       ", etree.LXML_VERSION
>   print "libxml used:      ", etree.LIBXML_VERSION
>   print "libxml compiled:  ", etree.LIBXML_COMPILED_VERSION
>   print "libxslt used:     ", etree.LIBXSLT_VERSION
>   print "libxslt compiled: ", etree.LIBXSLT_COMPILED_VERSION

lxml.etree:        (1, 2, 1, 0)
libxml used:       (2, 6, 26)
libxml compiled:   (2, 6, 26)
libxslt used:      (1, 1, 17)
libxslt compiled:  (1, 1, 17)

I install distributive with newer libxml2 and libxslt
suggested by Sidnei da Silva and it is solve the problem!

This is the version which is worked:

lxml.etree:        (1, 2, 1, 0)
libxml used:       (2, 6, 28)
libxml compiled:   (2, 6, 28)
libxslt used:      (1, 1, 19)
libxslt compiled:  (1, 1, 19)

Thank you very much!

-- 
Best regards,
 Alexander                  mailto:alexander.kozlovsky at gmail.com



More information about the lxml-dev mailing list