![]() |
2010-10-19
, 11:00
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#2
|
I wish to write it in Qt 4.7 if possible and please suggest where to start...how to read the xpaths etc..
![]() |
2010-10-19
, 11:31
|
Posts: 130 |
Thanked: 51 times |
Joined on Sep 2009
|
#3
|
![]() |
2010-10-19
, 11:32
|
Posts: 153 |
Thanked: 159 times |
Joined on Nov 2009
|
#4
|
![]() |
2010-10-19
, 11:35
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#5
|
![]() |
2010-10-19
, 20:40
|
Posts: 364 |
Thanked: 128 times |
Joined on Sep 2010
@ Australia
|
#6
|
@vivmak:
i created a similar app for europe, called "fahrplan", it supports different "backends" so it should be quite easy to implement another backend.
if you want to create an app of your own feel free to look at my source. i use xpath aswell.
if you want to contribute to fahrplan simple create a garage account and send a request for access to the fahrplan project.
![]() |
2010-10-20
, 06:58
|
Posts: 153 |
Thanked: 159 times |
Joined on Nov 2009
|
#7
|
Does it support TransportExchange format or it doesn't matter so long as its in a XML format?
I am in Australia and have downloaded a sample data from the local transport authority website in xml format, all files put together are 851 MB.
![]() |
2010-10-20
, 10:10
|
Posts: 364 |
Thanked: 128 times |
Joined on Sep 2010
@ Australia
|
#8
|
I'm not familiar with that format, i currently parsing html and xml i download live over the internet.
But it should be possible to create an offline solution aswell.
I think the main think is to determine if the way fahrplan displays the journey is the same you like/the data you have allowes.
Currently farplan only support a journey planner, no departure monitor.
You can select the from and to station and a time/date. then it searchs for the connections and displays them.
If you need details about the connection you can click one of the connections and receive a detail view.
is there a way to get hold of the xml data, to check them out?
![]() |
2010-10-20
, 11:04
|
Posts: 153 |
Thanked: 159 times |
Joined on Nov 2009
|
#9
|
Just need the train departure /arrival time from station A to B . No need for departure monitor as it is no available publicly anyways. There is a website but the idea is offline time table.
http://131500.info/
Sample XML is available at almost end of the following link, its huge, some of the file cant even be loaded to a normal edito on my laptop :
http://www.131500.com.au/transport-d...ge-tdx-program
![]() |
2010-10-20
, 11:05
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#10
|
So, I decided to find out how to build an application similar to that and came across a bunch of xml files that are in Transportexchange format.... now my lack of knowledge in programming on Qt or Pythoin is limiting me to write such an application .... so I need some help from experts.
I wish to write it in Qt 4.7 if possible and please suggest where to start...how to read the xpaths etc...
Thanks in advance.