mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 16:24:18 +03:00
recursive xml parsing
This commit is contained in:
parent
1664bc7b91
commit
6b3792aef2
|
@ -196,8 +196,6 @@ class XMLParser(BaseParser):
|
|||
def _xml_convert(self, element):
|
||||
"""
|
||||
convert the xml `element` into the corresponding python object
|
||||
|
||||
`data` The python object representation of xml `element`.
|
||||
"""
|
||||
|
||||
children = element.getchildren()
|
||||
|
|
Loading…
Reference in New Issue
Block a user