On Thu, Oct 16, 2008 at 3:56 PM, kang <[EMAIL PROTECTED]> wrote: > If you want to parse xml, I recommend feedparser. > > http://www.feedparser.org/ > > wish it helps
You may wish to be a little bit careful giving out advice like that. Feedparser is a parser for... wait for it... feeds. All feeds are XML documents, but not all XML documents are feeds. Feedparser is a very good parser for feeds, but it is completely inappropriate for generic XML parsing. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

