Edit

kc3-lang/libxml2/SAXresult/dtd1

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/dtd1
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
    SAX.resolveEntity(-//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
    SAX.startElement(MEMO)
    SAX.characters(
    , 1)
    SAX.endElement(MEMO)
    SAX.endDocument()