Edit

kc3-lang/libxml2/SAXresult/xml2

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-10-11 15:09:51
    Hash : 7d2c276a
    Message : Fixed probles in some HTML tag autoclose, XML output bug on mixed-content and fixed the related output for tests, Daniel.

  • SAXresult/xml2
  • xmlSAXUserParseFile returned error 27
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(test, (null), (null))
    SAX.elementDecl(test, 3, ...)
    SAX.entityDecl(xx, 4, (null), (null), %zz;)
    SAX.getParameterEntity(xx)
    SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
    SAX.getParameterEntity(zz)
    SAX.getParameterEntity(xx)
    SAX.error: PEReference: %xx; not found
    SAX.startElement(test)
    SAX.characters(This sample shows a , 20)
    SAX.getEntity(tricky)
    SAX.warning: Entity 'tricky' not defined
    SAX.characters( method., 8)
    SAX.endElement(test)
    SAX.endDocument()
    xmlSAXUserParseFile returned error 27