VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/result/dav8.sax@ 103850

Last change on this file since 103850 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 1.2 KB
Line 
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/')
4SAX.characters(
5 , 3)
6SAX.startElement(d:response)
7SAX.characters(
8 , 5)
9SAX.startElement(d:href)
10SAX.characters(http://www.foo.bar/othercontai, 43)
11SAX.endElement(d:href)
12SAX.characters(
13 , 5)
14SAX.startElement(d:href)
15SAX.characters(http://www.foo.bar/othercontai, 43)
16SAX.endElement(d:href)
17SAX.characters(
18 , 5)
19SAX.startElement(d:href)
20SAX.characters(http://www.foo.bar/othercontai, 34)
21SAX.endElement(d:href)
22SAX.characters(
23 , 5)
24SAX.startElement(d:href)
25SAX.characters(http://www.foo.bar/othercontai, 39)
26SAX.endElement(d:href)
27SAX.characters(
28 , 5)
29SAX.startElement(d:status)
30SAX.characters(HTTP/1.1 201 Created, 20)
31SAX.endElement(d:status)
32SAX.characters(
33 , 3)
34SAX.endElement(d:response)
35SAX.characters(
36 , 3)
37SAX.startElement(d:response)
38SAX.characters(
39 , 5)
40SAX.startElement(d:href)
41SAX.characters(http://www.foo.bar/othercontai, 37)
42SAX.endElement(d:href)
43SAX.characters(
44 , 5)
45SAX.startElement(d:status)
46SAX.characters(HTTP/1.1 412 Precondition Fail, 32)
47SAX.endElement(d:status)
48SAX.characters(
49 , 3)
50SAX.endElement(d:response)
51SAX.characters(
52, 1)
53SAX.endElement(d:multistatus)
54SAX.endDocument()
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette