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 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

Re: Simple elementtree question

2007-08-30 Thread IamIan
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,

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: > > 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"; >

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: 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