1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/dav11.sax
Daniel Veillard 4b1577f14a removing the SAXresults tree, keeping result in the same tree, added
* Makefile.am results/*.sax SAXResult/*: removing the SAXresults
  tree, keeping result in the same tree, added SAXtests to the
  default "make tests"
Daniel
2003-09-03 13:10:37 +00:00

63 lines
1.3 KiB
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(D:prop, xmlns:D='http://www.ietf.org/standards/dav/')
SAX.characters(
, 3)
SAX.startElement(D:lockdiscovery)
SAX.characters(
, 5)
SAX.startElement(D:activelock)
SAX.characters(
, 7)
SAX.startElement(D:locktype)
SAX.characters(write, 5)
SAX.endElement(D:locktype)
SAX.characters(
, 7)
SAX.startElement(D:lockscope)
SAX.characters(exclusive, 9)
SAX.endElement(D:lockscope)
SAX.characters(
, 7)
SAX.startElement(D:addlocks)
SAX.endElement(D:addlocks)
SAX.characters(
, 7)
SAX.startElement(D:owner)
SAX.characters(
, 9)
SAX.startElement(D:href)
SAX.characters(
http://www.ics.uci.edu/~ejw, 46)
SAX.endElement(D:href)
SAX.characters(
, 7)
SAX.endElement(D:owner)
SAX.characters(
, 7)
SAX.startElement(D:timeout)
SAX.characters(Second-604800, 13)
SAX.endElement(D:timeout)
SAX.characters(
, 7)
SAX.startElement(D:locktoken)
SAX.characters(
, 9)
SAX.startElement(D:href)
SAX.characters(
opaquelocktoken:xyz122393, 59)
SAX.endElement(D:href)
SAX.characters(
, 7)
SAX.endElement(D:locktoken)
SAX.characters(
, 5)
SAX.endElement(D:activelock)
SAX.characters(
, 3)
SAX.endElement(D:lockdiscovery)
SAX.characters(
, 1)
SAX.endElement(D:prop)
SAX.endDocument()