Edit

kc3-lang/libxml2/SAXresult/dav16

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-07-27 19:52:06
    Hash : e2d034d3
    Message : Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel

  • SAXresult/dav16
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(D:propfind, xmlns:D='http://www.ietf.org/standards/dav/')
    SAX.characters(
      , 3)
    SAX.startElement(D:prop)
    SAX.characters(
        , 5)
    SAX.startElement(lockdiscovery)
    SAX.endElement(lockdiscovery)
    SAX.characters(
      , 3)
    SAX.endElement(D:prop)
    SAX.characters(
    , 1)
    SAX.endElement(D:propfind)
    SAX.endDocument()