Edit

kc3-lang/libxml2/SAXresult/pi.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-10-14 09:10:25
    Hash : 7c1206fc
    Message : Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel

  • SAXresult/pi.xml
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(doc)
    SAX.characters(
    , 1)
    SAX.processingInstruction(document-start, doc)
    SAX.characters(
    , 1)
    SAX.startElement(empty)
    SAX.endElement(empty)
    SAX.characters(
    , 1)
    SAX.processingInstruction(document-end, doc)
    SAX.characters(
    , 1)
    SAX.endElement(doc)
    SAX.endDocument()