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

Document what the XML format looks like

tomchristie opened this issue · comments

This would be an improvement on the REST framework documentation, which was somewhat lacking.

May be worthwhile actually:

  • Documenting what the XML format looks like.
  • Noting that it is an ad-hoc format, that isn't formally described. If users have specific XML requirements they'll need to write their own XML parsers/renders in order to fully control the representation.