Pure Python XSLT library

前端 未结 5 1258
暖寄归人
暖寄归人 2021-02-07 03:14

Is there an XSLT library that is pure Python?

Installing libxml2+libxslt or any similar C libraries is a problem on some of the platforms I need to support.

I re

5条回答
  •  星月不相逢
    2021-02-07 03:53

    There's also http://lxml.de/

    "lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language."

提交回复
热议问题