PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
288 stars 63 forks source link

order_sensitive property is set to False for all dexml models #210

Closed whiterabbit1983 closed 9 years ago

whiterabbit1983 commented 9 years ago

Some WebDAV servers respond with XMLs which do not have the order of tags the same as dexml models have and as a result "dexml.ParseError: required field not found: 'props'" is raised. This commit fixes the issue.