How can I read the content of an XML file?
The file that I can read is on-line, I have the URL and I must read the value of a tag. But if it's not possible read only a value I will happy to read all page and after I will extract it.
Thanks for all suggest...
Best Regards
Read XML page
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
I have never done this but this old message may give you a clue.
From: "Byron Hopp" <bhopp@matrixcomputer.com>
Subject: Re: There is someone implementing SOAP or XML-RPC on xHarbour ?
Date: Saturday, May 08, 2004 4:29 PM
You can use the Microsoft Soap Toolkit (not the .net version) and it works
with xHarbour. I have connected to Google, iCusine, and some monetary
conversion service.
From: "Byron Hopp" <bhopp@matrixcomputer.com>
Subject: Re: There is someone implementing SOAP or XML-RPC on xHarbour ?
Date: Saturday, May 08, 2004 4:29 PM
You can use the Microsoft Soap Toolkit (not the .net version) and it works
with xHarbour. I have connected to Google, iCusine, and some monetary
conversion service.
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- E. Bartzokas
- Posts: 114
- Joined: Tue Feb 14, 2006 8:13 am
- Location: Corinth, Greece
Re: Read XML page
I have done XML (SOAP and other TAGs - both create and read) for Paysoft Inc., used to submit payroll returns to the IRS.
I can give you some clues here, and more info through private email.
In general, you'll have to download the web page (XML document),
and then read it partially (FOPEN-FREAD/FREAD/etc/FCLOSE)
If this is something you can do, then I can tell you how you may deal with this subject (how to read the TAG(s) you want).
Kind regards
Evans
I can give you some clues here, and more info through private email.
In general, you'll have to download the web page (XML document),
and then read it partially (FOPEN-FREAD/FREAD/etc/FCLOSE)
If this is something you can do, then I can tell you how you may deal with this subject (how to read the TAG(s) you want).
Kind regards
Evans
Re: Read XML page
Does he work with https?E. Bartzokas wrote:I have done XML (SOAP and other TAGs - both create and read) for Paysoft Inc., used to submit payroll returns to the IRS.
I can give you some clues here, and more info through private email.
In general, you'll have to download the web page (XML document),
and then read it partially (FOPEN-FREAD/FREAD/etc/FCLOSE)
If this is something you can do, then I can tell you how you may deal with this subject (how to read the TAG(s) you want).
Kind regards
Evans
if yes and it can order help in my email: clemerson@sysfar.com.br
Clemerson
- E. Bartzokas
- Posts: 114
- Joined: Tue Feb 14, 2006 8:13 am
- Location: Corinth, Greece
Re: Read XML page
Does he work with https?
if yes and it can order help in my email: clemerson@sysfar.com.br
Clemerson
Check your private email please.
Kind regards
Evans
if yes and it can order help in my email: clemerson@sysfar.com.br
Clemerson
Check your private email please.
Kind regards
Evans
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: