in reply to Re: extracting data from HTML
in thread extracting data from HTML
reading up on HTML::Selector::Xpath, I try to understand from it that it's sole purpose is to translate from CSS to XPath expression. Correct me if I'm wrong.
However, it doesn't seem to be capable to do what is needed to solve the problem mentioned in Re^5: extracting data from HTML where the parser seemed to have provided each and everynode with a default namespace
Wouldn't it be great to have HTML::Selector::Xpath have the possibillity to have each and every element to include a user definable 'default' namespace prefix? - but only those elements that do not have a namespace by themselves ofcourse
If you aske me, it can't be too difficult to implement that, is it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: extracting data from HTML
by Corion (Patriarch) on Jun 06, 2012 at 21:04 UTC | |
by tobyink (Canon) on Jun 06, 2012 at 22:17 UTC |