Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object internetexplorer.application innertext question
Message
From
24/04/2008 01:15:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01312808
Message ID:
01312813
Views:
17
>I am getting an xml page from with the innertext property of the internet explorer object. But doing so, I am getting the + and - that allows the user to colapse and extend parts of the xml. I need the raw data without these things.

Just speaking from HTML scraping, you can either get the interpreted/reformated source through the object model or get the raw source asking for the IPersist*-Interfaces, which corresponds to downloading the stuff via UrlDownloadToFile or one of the many other ways.

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform