VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/result/dav2.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.7 KB
Line 
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.startElement(S:multistatus, xmlns:S='http://www.ietf.org/standards/dav/', xmlns:R='http://www.foo.bar/boxschema/')
4SAX.characters(
5 , 3)
6SAX.startElement(S:response)
7SAX.characters(
8 , 5)
9SAX.startElement(S:href)
10SAX.characters(http://www.foo.bar/container/, 29)
11SAX.endElement(S:href)
12SAX.characters(
13 , 5)
14SAX.startElement(S:prop)
15SAX.characters(
16 , 7)
17SAX.startElement(R:bigbox)
18SAX.characters(
19 , 9)
20SAX.startElement(R:BoxType)
21SAX.characters(Box type A, 10)
22SAX.endElement(R:BoxType)
23SAX.characters(
24 , 7)
25SAX.endElement(R:bigbox)
26SAX.characters(
27 , 7)
28SAX.startElement(R:author)
29SAX.characters(
30 , 9)
31SAX.startElement(R:Name)
32SAX.characters(Hadrian, 7)
33SAX.endElement(R:Name)
34SAX.characters(
35 , 7)
36SAX.endElement(R:author)
37SAX.characters(
38 , 5)
39SAX.endElement(S:prop)
40SAX.characters(
41 , 5)
42SAX.startElement(S:status)
43SAX.characters(HTTP 1.1 200 OK, 15)
44SAX.endElement(S:status)
45SAX.characters(
46 , 3)
47SAX.endElement(S:response)
48SAX.characters(
49 , 3)
50SAX.startElement(S:response)
51SAX.characters(
52 , 5)
53SAX.startElement(S:href)
54SAX.characters(http://www.foo.bar/container/i, 39)
55SAX.endElement(S:href)
56SAX.characters(
57 , 5)
58SAX.startElement(S:prop)
59SAX.characters(
60 , 7)
61SAX.startElement(R:bigbox)
62SAX.characters(
63 , 9)
64SAX.startElement(R:BoxType)
65SAX.characters(Box type B, 10)
66SAX.endElement(R:BoxType)
67SAX.characters(
68 , 7)
69SAX.endElement(R:bigbox)
70SAX.characters(
71 , 5)
72SAX.endElement(S:prop)
73SAX.characters(
74 , 5)
75SAX.startElement(S:status)
76SAX.characters(HTTP 1.1 200 OK, 15)
77SAX.endElement(S:status)
78SAX.characters(
79 , 3)
80SAX.endElement(S:response)
81SAX.characters(
82, 1)
83SAX.endElement(S:multistatus)
84SAX.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