I have the exact same problem, rdf and elementtree
--
http://mail.python.org/mailman/listinfo/python-list
IamIan wrote:
> Thank you very much! That did it.
>
> In the source XML tags have rdf:about attributes with the link
> to the story, and it was here I planned on grabbing the link and
> matching it up with the child text. After seeing the output of
> elmenttree's getiterator() though, it now loo
Thank you very much! That did it.
In the source XML tags have rdf:about attributes with the link
to the story, and it was here I planned on grabbing the link and
matching it up with the child text. After seeing the output of
elmenttree's getiterator() though, it now looks like each item, title,
IamIan wrote:
> This is in Python 2.3.5. I've had success with elementtree and other
> RSS feeds, but I can't get it to work with this format:
>
> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
> xmlns:dc="http://purl.org/dc/elements/1.1/";
> xmlns:fr="http://ASPRSS.com/fr.html";
>
This is in Python 2.3.5. I've had success with elementtree and other
RSS feeds, but I can't get it to work with this format:
http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:fr="http://ASPRSS.com/fr.html";
xmlns:pa="http://ASPRSS.com/pa.html";
xm