开发者

ASP.NET : XML Viewer for website

开发者 https://www.devze.com 2023-01-03 03:39 出处:网络
I have a XML file , that I need to show to the users in readable format i.e in formatting. ho开发者_JAVA技巧w this can be done with ASP.net website.

I have a XML file , that I need to show to the users in readable format i.e in formatting.

ho开发者_JAVA技巧w this can be done with ASP.net website. Any Help


You can use Xml control to perform XSL transformation.


Actipro Software has a great and FREE ASP.NET control that allows you to view XML (and other content) in a syntax highlighted fashion - it's called CodeHighlighter:

ASP.NET : XML Viewer for website


(source: actiprosoftware.com)

It's read-only, but if that's good enough for your scenario, it's the best solution around, I think!

0

精彩评论

暂无评论...
验证码 换一张
取 消