timestee / dart-webdav

A Easy WebDAV Client in Dart
https://github.com/timestee/dart-webdav
The Unlicense
28 stars 14 forks source link

XML parsing allows any namespace #9

Closed xioxin closed 4 years ago

xioxin commented 4 years ago

allows any namespace

<D:prop>
<lp1:resourcetype><D:collection/></lp1:resourcetype>
<lp1:creationdate>2020-03-18T15:39:50Z</lp1:creationdate>
<lp1:getlastmodified>Wed, 18 Mar 2020 15:39:54 GMT</lp1:getlastmodified>
<lp1:getetag>"15ea-740-5a122dd1fa7d4"</lp1:getetag>
<D:supportedlock>
<D:lockentry>
timestee commented 4 years ago

@xioxin ths, chould you add a testcase for it?