2007/12/11, Rob Hudson <[EMAIL PROTECTED]>:
> On 12/11/07, Patryk Zawadzki <[EMAIL PROTECTED]> wrote:
> > Why not use 
> > http://code.djangoproject.com/timeline?ticket=on&max=50&daysback=90&format=rss
> > ?
>
> I am actually.  But I did just realize the description fields has the
> full details of the comment.  The description field would require a
> bit of processing since it contains escaped HTML, however.

If you parse it with a true XML parser then the content gets unescaped
on delivery. Then feed it to Python's BeautifulSoup to do anything
else.

-- 
Patryk Zawadzki
PLD Linux Distribution

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to