RE: XML and django

2008-07-10 Thread Emily Rodgers
> -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Ahmad Akkaoui > Sent: 10 July 2008 16:19 > To: django-users@googlegroups.com > Subject: XML and django > > > Hello everyone, > > I would like to know h

Re: XML and django

2008-07-10 Thread Horst Gutmann
Since Python 2.5 ElementTree is part of the core library and resides in the xml.etree package :-) http://docs.python.org/lib/module-xml.etree.ElementTree.html -- Horst On Thu, Jul 10, 2008 at 5:18 PM, Ahmad Akkaoui <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I would like to know how to I w

Re: XML and django

2008-07-10 Thread Jeff Anderson
Ahmad Akkaoui wrote: Hello everyone, I would like to know how to I would go about parsing an xml string in Django. Is there a built in XML library or am I going to have to rely on external parsers. There are plenty of options to parse XML. Just pick your favorite Python XML parsing library a

XML and django

2008-07-10 Thread Ahmad Akkaoui
Hello everyone, I would like to know how to I would go about parsing an xml string in Django. Is there a built in XML library or am I going to have to rely on external parsers. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to