Click to See Complete Forum and Search --> : Parsing HTML


tsakalos
11-02-2005, 09:10 AM
Hello,

I need your help. How can I parse an HTML page, in other words I need to extract a part of an HTML page such as a cell of a table inside a page. More specifically, I try to extract from the mapquest website:
http://www.mapquest.com/maps/map.ad...ry=&city=athens
the part of that page that is relevant to the map, i.e. the central part only and to display it in an other window without the other information (only the map).


Thx,
Tsakalos

Charles
11-02-2005, 01:04 PM
I know half a dozen ways. What server side scripting have you available?

tsakalos
11-02-2005, 03:21 PM
I'm using php (jsp is also an option). Is there any easy way to do it?

kiwibrit
11-03-2005, 09:35 AM
Hello,

I need your help. How can I parse an HTML page, in other words I need to extract a part of an HTML page such as a cell of a table inside a page. More specifically, I try to extract from the mapquest website:
http://www.mapquest.com/maps/map.ad...ry=&city=athens
the part of that page that is relevant to the map, i.e. the central part only and to display it in an other window without the other information (only the map).


Thx,
Tsakalos

I think you would be in breach of copyright :D