XML2HTML 工具?
我需要将 XML 文件转换为 HTML。 我有什么选择?有没有相关的Python工具?
添加
在我的Mac上,我找到了xsltproc,我可以按如下方式运行它
xsltproc xslt.xml hello.xml
I need to transform XML file into HTML.
What options do I have? Is there any python tool for it?
ADDED
On my mac, I found xsltproc, and I could run it as follows
xsltproc xslt.xml hello.xml
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,XSLT 用于各种 XML 翻译。我相信你可以找到它的 Python 库。
Generally speaking, XSLT is for various XML translations. I'm sure you can find Python library for it.