While writing a new spider for Feeds I stumbled upon the following problem.
I wanted to parse an XML feed with a default namespace but couldn't get it to
work.
XML namespaces
First of all, what are XML namespaces anyway? They are used to avoid element
name conflicts and are …
more ...