Is there an XmlWriter that writes a colorful HTML-formatted output for displaying XML in a webpage?
Posted
by Vilx-
on Stack Overflow
See other posts from Stack Overflow
or by Vilx-
Published on 2010-05-13T10:04:40Z
Indexed on
2010/05/14
4:14 UTC
Read the original article
Hit count: 248
I've got a bit of XML I want to display on my ASP.NET website as-is (for debugging purposes), and it would be nice if it was colored. This should be easy to achieve with the right kind of XmlWriter
, but I don't have the time to make one myself. Is there an existing (free) component that can do this?
© Stack Overflow or respective owner