Edit

kc3-lang/libxml2/SAXresult/xml1

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/xml1
  • xmlSAXUserParseFile returned error 26
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(test, (null), (null))
    SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&#38;) may be escaped
     numerically (&#38;#38;) or with a general entity
      (&amp;amp;).</p>)
    SAX.getEntity(example)
    SAX.startElement(test)
    SAX.getEntity(example)
    SAX.error: Entity 'example' not defined
    SAX.endElement(test)
    SAX.endDocument()
    xmlSAXUserParseFile returned error 26