in reply to Re^3: WWW::Mechanize::Firefox CSS Selectors
in thread WWW::Mechanize::Firefox CSS Selectors

Ok, thanks for the answer I'll have a look the given links. Kind regards
  • Comment on Re^4: WWW::Mechanize::Firefox CSS Selectors

Replies are listed 'Best First'.
Re^5: WWW::Mechanize::Firefox CSS Selectors
by Corion (Patriarch) on Jun 25, 2012 at 11:54 UTC

    At least part of the problem that the RSS contains entity-encoded HTML which is inaccessible to CSS and XPath queries. I would look at one of the dedicated RSS parsers for extracting the relevant elements.

    At least the commonly used HTML::TreeBuilder "messes up" the document tree for RSS documents.