jpadilla / django-rest-framework-xml

XML support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-xml
BSD 3-Clause "New" or "Revised" License
87 stars 59 forks source link

List of items #5

Closed volodchenkov closed 7 years ago

volodchenkov commented 9 years ago

Can you add support for list of items like:

<root>
<list>
<list-item>
<id>1</id>
<name>test</name>
</list-item>
</list>
</root>
jpadilla commented 9 years ago

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

kyleobrien91 commented 7 years ago

@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.