![]() |
2010-06-22
, 20:41
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#2
|
![]() |
2010-06-22
, 20:44
|
Posts: 52 |
Thanked: 8 times |
Joined on Apr 2010
|
#3
|
Since it requires lots of string manipulation and doesn't really need speed-optimized code, using C++ for that would be quite unproductive. Best is to use a script language - my personal preference is perl with WWW::Curl (due to the string manipulation part) but you can also use python-pycurl, which is on the repositories.
![]() |
2010-06-22
, 21:06
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#4
|
But as for actually accessing the elements on a web page? Would I read it using an XML parser?
![]() |
2010-07-12
, 16:25
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#5
|
Further more, I would like to be able to automatically fill out a form on a website through a C++ application using the Nokia QT SDK.
I have C++ and some QT experience, but no knowledge of how to interact with internet based material such as html pages.
Thanks.