On 2010-07-05, at 8:09 AM, Bjørn Høj Jakobsen wrote: > I have the following xml. how do I pass the image to a file.
This isn't really relevant to Django. There are libraries in Python for parsing XML, try using those: http://docs.python.org/modindex.html#cap-X There are also SOAP libraries: http://www.google.ca/search?q=soap+python -- Andy McKay, @andymckay Django Consulting, Training and Support -- 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.

