X
X
xSkyFoXx2011-10-21 11:13:14
Django
xSkyFoXx, 2011-10-21 11:13:14

XSLT in Django.....?

Coders claim that it would be much more convenient for them to type in xslt and they would like me to return xml to the templates from the server part (views) of my Django project. I have 2 questions:
1) Is it possible to do this in a "direct" way in Django?
2) Is it reasonable at all? To be honest, I don't have any real arguments against xslt in a django site.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander G, 2011-10-22
@devosx

I would look for projects on github, for example this one: github.com/woome/django-xslt

M
Mark, 2011-10-22
@printf

Doing it is not a problem at all.
Pay special attention to caching - xslt is a resource-intensive thing, especially if the coder does some complicated things.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question