mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-15 14:16:51 +03:00
* parser.c: fixed bug #164556 where non-fatal errors stopped push parsing and xmlreader. * Makefile.am: fixup * test/errors/webdav.xml result/errors/webdav*: adding regression test for this problem. Daniel
10 lines
262 B
XML
10 lines
262 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:"><prop>
|
|
<getcontentlength xmlns="DAV:"/>
|
|
<getlastmodified xmlns="DAV:"/>
|
|
<displayname xmlns="DAV:"/>
|
|
<executable xmlns="http://apache.org/dav/props/"/>
|
|
<resourcetype xmlns="DAV:"/>
|
|
</prop></propfind>
|
|
|