Click to See Complete Forum and Search --> : Data filed ?


liccy
05-15-2008, 02:59 PM
Do anyway know about a good tutorial for learn how to make data field calls..

I want to take the data from different web-site and display it in my own..

I know i need to get a request for the other side but I need to learn how to put all the pieces together first...

Thank
:confused:

Alain COUTHURES
05-16-2008, 12:10 PM
You can have a look at one of my opensource projects : http://sourceforge.net/projects/light-html2xml

My point of view is that the best way to do what you want is to capture the web page, convert it to XML and, then, apply XPath queries...

liccy
05-16-2008, 04:17 PM
I guess that will help me a lot...

Thx ++++++++