How to convert XML to something else using xslt stylesheet?

前端 未结 7 1859
陌清茗
陌清茗 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:07

    In .NET, you may want to look at this article. In C++, you can use Xalan-C++. Xalan-C++ even has some handy examples of how to use it.

提交回复
热议问题