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

List of items

volodchenkov opened this issue · comments

Can you add support for list of items like:

<root>
<list>
<list-item>
<id>1</id>
<name>test</name>
</list-item>
</list>
</root>

@volodchenkov maybe best thing would be for you to create your own renderer based on XMLRenderer.

@volodchenkov - I don't think this issue is going to result in anything actionable. I think that #11 is a bit more of a better outline for @Charlemagne3 's PR.