PyFilesystem / pyfilesystem

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

DAVFS raises dexml.ParseError exception when tags in XML responses do not follow in the same order as they defined in dexml models #207

Open whiterabbit1983 opened 9 years ago

whiterabbit1983 commented 9 years ago

All classes derived from fs.contrib.davfs.xmlobj._davbase must have meta.order_sensitive attribute set to False. I suppose this could be fixed by adding one line of code to the definition of _davbase class.