Use saxon with python

前端 未结 5 1741
误落风尘
误落风尘 2020-12-05 20:31

I need to process XSLT using python, currently I\'m using lxml which only support XSLT 1, now I need to process XSLT 2 is there any way to use saxon XSLT processor with pyth

5条回答
  •  眼角桃花
    2020-12-05 21:25

    Saxon/C release 1.2.0 is now out with XSLT 3.0 support for Python3 see details:

    http://www.saxonica.com/saxon-c/index.xml

提交回复
热议问题