Simple elementtree question

2007-09-18 Thread Peters Bart (GEN)
I have the exact same problem, rdf and elementtree -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple elementtree question

2007-08-31 Thread Stefan Behnel
IamIan wrote: Thank you very much! That did it. In the source XML item 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 title child text. After seeing the output of elmenttree's getiterator() though, it now

Simple elementtree question

2007-08-30 Thread IamIan
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: ?xml version=1.0?rdf:RDF 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;

Re: Simple elementtree question

2007-08-30 Thread Stefan Behnel
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: ?xml version=1.0?rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#; xmlns:dc=http://purl.org/dc/elements/1.1/;

Re: Simple elementtree question

2007-08-30 Thread IamIan
Thank you very much! That did it. In the source XML item 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 title child text. After seeing the output of elmenttree's getiterator() though, it now looks like each