If you're using Django to generate XML that isn't RSS, Sitemaps or an external SOAP library, my Xml generation module at
http://djangonflex.wordpress.com/2007/06/29/xml-generation-module/ might be useful. I'm using Django to talk to Flex, so need to generate custom XML dialects all the time. You could use templates, of course, but they make more sense for presentation markup, rather than data markup. There's a user guide in the file, and samples on the blog. Let me know any suggestions / bugs. Ian. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

