Help - Any control that has same functionality as IE to display XML???

E

Ed

Hi,

Is there any control (free) that has same functionality as IE to display the
XML document without having to create a physical file?

if using Webbrowser control (ActiveX control) I have to create a xml file
and then use .Navigate(url) ...

Thanks!
 
N

Nicholas Paldino [.NET/C# MVP]

Ed,

Why not use IE? You can always delete a temporary file. You can get
around this, but it is not an easy task (you would have to use
IPersistMoniker, and then create an implementation of IMoniker that would
return the appropriate information, etc, etc).

Hope this helps.
 
E

Ed

Nicholas,

I'd use IE but the temporary file thing is something that I'd rather
not do... This program could be residing on a server and could be run
by a user with no directory write privileges... Surely there's a
simple way to do this?

ed

Nicholas Paldino said:
Ed,

Why not use IE? You can always delete a temporary file. You can get
around this, but it is not an easy task (you would have to use
IPersistMoniker, and then create an implementation of IMoniker that would
return the appropriate information, etc, etc).

Hope this helps.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ed said:
Hi,

Is there any control (free) that has same functionality as IE to display the
XML document without having to create a physical file?

if using Webbrowser control (ActiveX control) I have to create a xml file
and then use .Navigate(url) ...

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