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

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.

  • Comment on Re^5: WWW::Mechanize::Firefox CSS Selectors