![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Parsing XML with MSXML and ASP >Thread Next - Re: Parsing XML with MSXML and ASP Re: Parsing XML with MSXML and ASPTo: NULL Date: 7/6/2005 10:02:00 AM > 1. What would be the best component below to do this? MSXML?
That's largely a matter of taste. I would choose DOM v4.0.
> 2. I have seen code examples, but they all refer to the XML file as being
> on the server drive, not from a 3rd party URL.
What you have seen is not all. You can do with URL as same with local path.
Just add before load(),
xmldoc.setProperty("ServerHTTPRequest", true);
> 3. Can I reference the received data as a recordset and use normal ASP
> repeat regions to display and manipluate?
No, at least directly. You must convert the xml into XDR type xml to read as
ADO recordset.
However that's bad idea. You can just use DOM or transform the DOM with
XSLT.
All that can be done with recordset can be done 10 times more elegantly with
DOM and XSLT.
> 4. If no to above, how do I iterate thru?
Answered already.
| ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
