As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
开发者_开发知识库
Is there any Free software, XML converter to convert XML to HTML / CSV file format.
At codeplex there is an open source project tailored to do conversion from XML to CSV. It does not do XML to HTML. You find the code and executable software here.
Traditionally you would use xslt to represent xml has html.
Toutorial on XSLT:
https://www.w3schools.com/xml/xsl_intro.asp
Here is a similar question to the one you asked which offers an opensource software to generate xslt automatically: Is There An XSL Code Generator That Can Create XSLT By Example?
精彩评论