On Thu, Oct 16, 2008 at 6:27 AM, JFQueralt <[EMAIL PROTECTED]> wrote: > > Hi, there. > > Being a newbie in django maybe I am just missing something but I donĀ“t > seem to find any information about how to retrieve an XML file and > parse it from django.
Remember - Django isn't a programming language - it's a library built on a programming language. The Django tools exist to help you deploy a web site. There are a lot of things that aren't inside that scope, including parsing formats like XML. Luckily, Django is built on to of a very good programming language called Python, and Python has a large selection of excellent XML parsing tools built in. A google search for "Python XML" will give you a pretty good list of links and tutorials. 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 django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---