|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Visual Basic 6.0, Getting XML from an asp page
Hello all, hopefully someone here has an answer for me-
I'm writing as test application in VB6 to get and return XML from an asp page (the asp runs a query and returns XML). Unforunately, I'm stumped and pretty much have no idea how to retrieve the xml data. The ASP returns using the following code: Response.Write objXML.transformNode(objXSL) How do I retrieve and parse the data in VB? Thanks. |
|
#2
|
|||
|
|||
|
Your asp page could save the xml to a file and you could retrieve the file & open it in your VB app.
You could use a webbrowser control that enables your VB program to navigate to the asp page and retrieve the output of the page. |
|
#3
|
|||
|
|||
|
How to download web page from web site and save it:http://www.freevbcode.com/ShowCode.Asp?ID=361
|
|
#4
|
|||
|
|||
|
The problem there is that the end result is actually a Flash animation that retrieves XML data.
The VB code is only meant as a test to make sure the page is returning valid XML data, so I have to be able to read it straight from the Response object instead of a file. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Visual Basic 6.0, Getting XML from an asp page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|