HELP - How to dump an XML string into IE???

  • Thread starter Thread starter Edward Lee
  • Start date Start date
E

Edward Lee

Hi,

I have a string of XML in VB dot net. What I want to do is simply dump
this string programatically into an IE browser so I can view it as its
raw data form... Is there any way to do this in VB Dot Net WITHOUT
first saving the file to disk? I don't want to do an XSLT, it's
unnecessary for my purposes, I just want a straight dump... Any ideas?

Thanks!
ed

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
* Edward Lee said:
I have a string of XML in VB dot net. What I want to do is simply dump
this string programatically into an IE browser so I can view it as its
raw data form... Is there any way to do this in VB Dot Net WITHOUT
first saving the file to disk? I don't want to do an XSLT, it's
unnecessary for my purposes, I just want a straight dump... Any ideas?

I would save it to a file (as you already mention).
 
I would save it to a file (as you already mention).

There surely is a way to do this without saving to disk? I read a
post in the csharp newsgroup from a while back where an individual had
a solution, but emailed the answer to the person who asked the
question!

FYI, the message was posted on:
"2004-03-03 00:33:49 PST"
in the newsgroup
"microsoft.public.dotnet.languages.csharp"
with the subject:
"Re: Any control that has same functionality as IE to display XML"

Hopefully someone has the answer?

Thanks
 
Back
Top