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

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!
 
H

Herfried K. Wagner [MVP]

* 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).
 
E

Ed

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
 

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

Top