XML display

S

stotty

I have a string which contains an xml document in my app.

Does anyone know of an easy way to display XML data in a browser, with
nice
indentations between nodes, and maybe even the +/- controls that IE
uses
when displaying XML?

Matt
 
C

Curt_C [MVP]

I have a string which contains an xml document in my app.

Does anyone know of an easy way to display XML data in a browser, with
nice
indentations between nodes, and maybe even the +/- controls that IE
uses
when displaying XML?

Matt

1) stream it to the client, specifying it as an XML document type.
2) save it, redirect to it.

just off the top of my head.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Display XML 6
xml document 3
viewing xml 2
XML display IE 3
Disaplying Xml 1
Working with XML 4
Return XML Document 7
Processing XML With C# and .NET 0

Top