Re: Receiving an XML from client and parsing into django db

2007-11-22 Thread Simon
Thank you for the quick reply DR. I'll look into it. --~--~-~--~~~---~--~~ 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 gr

Re: Receiving an XML from client and parsing into django db

2007-11-22 Thread Daniel Roseman
On 22 Nov, 11:59, Simon <[EMAIL PROTECTED]> wrote: > Hi everyone, > I'm actually very new to django and I haven't been able to find any > answers to my problem. > I was wondering if there was a way I could receive an xml from a > client and parse that into > the database that I created with django

Receiving an XML from client and parsing into django db

2007-11-22 Thread Simon
Hi everyone, I'm actually very new to django and I haven't been able to find any answers to my problem. I was wondering if there was a way I could receive an xml from a client and parse that into the database that I created with django? Originally, I had a server side script that would take in th