Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get a web xml page into vfp cursor
Message
 
 
To
10/10/2005 10:28:08
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057670
Message ID:
01057680
Views:
11
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>How can I get that address into a vfp cursor?
>
>http://www.tcmb.gov.tr/kurlar/today.xml

Try
lcUrl = "http://www.tcmb.gov.tr/kurlar/today.xml"
lcXmlFile = "h:\temp\today.xml"
? getfilefromurl(lcUrl, lcXmlFile)
? XMLTOCURSOR(lcXmlFile, "crsXml", 512)
BROWSE LAST
The getfilefromurl() function is from Re: Need to automate getting a file from the web Message #1050257
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform