Sijin
Wed Sep 29 12:10:28 CDT 2004
You can always roll your own solution, just use something like the
IndentedTextWriter to write the various elements of the XML into a
neatly formatted stream and then display the string from the stream in a
RichTextBox, btw you can also write the XML string to a temp file and
then pass the location of that file as a URL to the webbrowser control.
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
Martin wrote:
> I should say I want it displayed nicely - not just as a plain bit of text.
>
> "Martin" <x@y.z> wrote in message
> news:e2j$YpgpEHA.3300@TK2MSFTNGP12.phx.gbl...
>
>>Hi,
>>
>>I have a string with XML in it. I want to display this xml in a windows
>>form.
>>
>>I have looked at Microsoft Web Browser control, but it seems to want to
>
> work
>
>>with a url. How can I just pass my xml string for displaying?
>>
>>Thanks
>>Martin
>>
>>
>
>
>