jpadilla / django-rest-framework-xml

XML support for Django REST Framework

Home Page:http://jpadilla.github.io/django-rest-framework-xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this use lxml?

opened this issue · comments

For large responses, using something like lxml to render the xml could cut rendering time.

@savingschampion I don't see why we couldn't use lxml if it was available falling back to default implementation. Want to tackle it and submit a PR?

@savingschampion - if you find yourself inclined to contribute a PR for this, please reopen an issue with a spec at that point. Thanks!