in reply to extracting data from HTML
Another approach for extracting data by using XPath expressions is to use HTML::TreeBuilder::XPath. For example, App::scrape uses HTML::Selector::XPath to convert CSS selectors to XPath and applies these to the tree returned from HTML::TreeBuilder::XPath to extract the payload.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: extracting data from HTML
by Jurassic Monk (Acolyte) on Jun 03, 2012 at 14:01 UTC | |
by Corion (Patriarch) on Jun 03, 2012 at 16:41 UTC | |
|
Re^2: extracting data from HTML
by Jurassic Monk (Acolyte) on Jun 06, 2012 at 18:55 UTC | |
by Corion (Patriarch) on Jun 06, 2012 at 21:04 UTC | |
by tobyink (Canon) on Jun 06, 2012 at 22:17 UTC |