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
86 stars 59 forks source link

XML Field #18

Open jared-mackey opened 7 years ago

jared-mackey commented 7 years ago

Not sure if I should open the issue here or on DRF but are there any plans to provide an XML field similar to the JSON field already included in DRF?

jpadilla commented 7 years ago

@mackeyja92 here's right. No current plans that I know of. If you want to tackle it, I'm willing to review a PR for it.

kyleobrien91 commented 7 years ago

@mackeyja92 - I'm currently working on a rollout for this using the current parser and renderer already inherent in the code.

I'm happy to continue with that if you've not already started an implementation.