How to convert XML to something else using xslt stylesheet?

前端 未结 7 1923
陌清茗
陌清茗 2021-01-15 12:36

How to convert XML to something else using xslt stylesheet?

In C++ C# PHP or ActionScript?

For example I have this html2wiki xslt stylesheet I want to sen

7条回答
  •  既然无缘
    2021-01-15 13:01

    The correct library in Python now is lxml. Please see this answer on StackOverflow. It is similar syntax, and you wont have issues in installing it.

提交回复
热议问题