Edit

kc3-lang/libxml2/SAXresult/ns4

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-01-14 14:45:24
    Hash : 0142b84b
    Message : Oops, it seems I forgot to commit 1.8.4 changes - restored xmlNewGlobalNs since this seems used - fixed a problem with INCLUDE_WINSOCK - removed all calls to exit() from the library code. - removed bugs detected by Windows compilers - started adding interfaces for parsing well balanced XML fragments - releasing 1.8.4 - rebuilt the docs Daniel

  • SAXresult/ns4
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(diagram, testattr='test', xml:lang='en', xml:link='simple', xml:space='preserve')
    SAX.endElement(diagram)
    SAX.endDocument()