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

Handle/parse XML attributes: https://github.com/jpadilla/django-rest-framework-xml/issues/16 #39

Open bukosabino opened 5 years ago

bukosabino commented 5 years ago

Based on this issue: https://github.com/jpadilla/django-rest-framework-xml/issues/16

Changes to handle/parse XML attributes.

jpadilla commented 5 years ago

@bukosabino this looks good, thanks! any chance you could add some tests for this?

bukosabino commented 5 years ago

Hi @jpadilla ,

I have added one test based on this comment: https://github.com/jpadilla/django-rest-framework-xml/issues/16#issuecomment-498244280

Let me know if everything looks good for you.

Best, Dario