dav9.sax 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. SAX.setDocumentLocator()
  2. SAX.startDocument()
  3. SAX.startElement(d:multistatus, xmlns:d='http://www.ietf.org/standards/dav/')
  4. SAX.characters(
  5. , 3)
  6. SAX.startElement(d:response)
  7. SAX.characters(
  8. , 5)
  9. SAX.startElement(d:href)
  10. SAX.characters(http://www.foo.bar/container/r, 38)
  11. SAX.endElement(d:href)
  12. SAX.characters(
  13. , 5)
  14. SAX.startElement(d:href)
  15. SAX.characters(http://www.foo.bar/container/r, 38)
  16. SAX.endElement(d:href)
  17. SAX.characters(
  18. , 5)
  19. SAX.startElement(d:href)
  20. SAX.characters(http://www.foo.bar/container/, 29)
  21. SAX.endElement(d:href)
  22. SAX.characters(
  23. , 5)
  24. SAX.startElement(d:href)
  25. SAX.characters(http://www.foo.bar/container/C, 34)
  26. SAX.endElement(d:href)
  27. SAX.characters(
  28. , 5)
  29. SAX.startElement(d:status)
  30. SAX.characters(HTTP/1.1 201 Created, 20)
  31. SAX.endElement(d:status)
  32. SAX.characters(
  33. , 3)
  34. SAX.endElement(d:response)
  35. SAX.characters(
  36. , 3)
  37. SAX.startElement(d:response)
  38. SAX.characters(
  39. , 5)
  40. SAX.startElement(d:href)
  41. SAX.characters(http://www.foo.bar/container/C, 31)
  42. SAX.endElement(d:href)
  43. SAX.characters(
  44. , 5)
  45. SAX.startElement(d:status)
  46. SAX.characters(HTTP/1.1 420 Method Failure, 27)
  47. SAX.endElement(d:status)
  48. SAX.characters(
  49. , 3)
  50. SAX.endElement(d:response)
  51. SAX.characters(
  52. , 3)
  53. SAX.startElement(d:response)
  54. SAX.characters(
  55. , 5)
  56. SAX.startElement(d:href)
  57. SAX.characters(http://www.foo.bar/othercontai, 36)
  58. SAX.endElement(d:href)
  59. SAX.characters(
  60. , 5)
  61. SAX.startElement(d:status)
  62. SAX.characters(HTTP/1.1 409 Conflict, 21)
  63. SAX.endElement(d:status)
  64. SAX.characters(
  65. , 3)
  66. SAX.endElement(d:response)
  67. SAX.characters(
  68. , 1)
  69. SAX.endElement(d:multistatus)
  70. SAX.endDocument()