Edit

kc3-lang/libxml2/SAXresult/xml1

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2000-10-15 10:06:55
    Hash : 39915622
    Message : - testSAX.c: fixed problem with cdata reporting - SAXresult/* : updated Daniel

  • SAXresult/xml1
  • xmlSAXUserParseFile returned error 26
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(test, , )
    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
    xmlSAXUserParseFile returned error 26