How to convert XML to Html in c#?

后端 未结 3 698
执念已碎
执念已碎 2021-01-16 02:26

Which is the best way to convert xml to html, currently i am using Xpathnavigator and xpathnodeiterator to query and traverse the xml. This works fine, but i need to convert

3条回答
  •  無奈伤痛
    2021-01-16 02:59

    Instead of converting xml to html you can style the xml document itself, you can read more about that documentation, w3 for xml stylesheets, Styling XML Documents with CSS and adding style to xml

提交回复
热议问题