We use Django for writing our new project. Our designer wants to write templates with XSLT. As you know Django has its own template system, and I don't have any arguments why the designer can't use XSLT. 2 questions:
- Can I return XML in my views?
- Is there a reason for doing this? What facts can help me changing his view on Django's templating system?