can.xiang wrote: > Thanks for your suggestion. I was thinking about generate XML in views > directly. > > But the XML file I want is just simple one like HTML(they are also > small) and it's all about presentation, thus it doesn't make sense to > put them into views. > > Any other way to do it?
I'm of course slightly biased, but I always use ElementTree for things like this, with a trivial filter like the one described here: http://online.effbot.org/2006_02_01_archive.htm#20060203 </F> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---