Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Help:How to get XML data from WebBrowser control? [Thread Next] Re: Help:How to get XML data from WebBrowser control?To: NULL Date: 12/24/2007 7:40:00 AM On Dec 7, 5:19 pm, ver.amit...@gmail.com wrote:
> Hi All,
> My code supposed to send HTTP request to targeted web service and
> in turn receive XML data from it. I need to get access to this XML
> data.
> I am doing it in C++ using Visual studio 2003. I can send HTTP request
> usinf WebBrowser control and can get data in it but I have no idea,
> how can i read this data from WebBrowser control and parse it.
> Any help would be great fro me. I am quite newbee to XML programming
> in C++ so thanks for bearning with me.
>
> Regards,
If you can't access the web service directly per Martin's reply, you
can use the XMLDocument property of the WebBrowser's Document object.
See below for code in VB.
Dim doc As New DOMDocument
Set doc = WebBrowser1.Document.XMLDocument
where DOMDocument refers to the Microsoft XML Parser.
- Phil Seeman
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
