↧
Answer by Mathias Müller for xpath on xml rss feed does not work as expected
When you look at the HTML source in a browser, you see that the feed XML is in a default namespace:<feed xmlns="http://www.w3.org/2005/Atom">All descendant elements of feed also belong to this...
View Articlexpath on xml rss feed does not work as expected
Trying to parse this rss feed with scrapy (0.16) console is not working as expected and i have no idea what is going wrong. It seems only attributes such as @href are accessible:>>>...
View Article