Edit

kc3-lang/libxml2/SAXresult/ent8

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/ent8
  • xmlSAXUserParseFile returned error 26
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(doc, , )
    SAX.entityDecl(test1, 1, (null), (null), test 1)
    SAX.getEntity(test1)
    SAX.entityDecl(test2, 1, (null), (null), test 2)
    SAX.getEntity(test2)
    SAX.startElement(doc)
    SAX.characters(
       , 4)
    SAX.startElement(Content)
    SAX.characters(Reten, 5)
    SAX.characters(ç, 2)
    SAX.characters(ã, 2)
    SAX.characters(o, 1)
    SAX.endElement(Content)
    SAX.characters(
       , 4)
    SAX.startElement(Content)
    SAX.getEntity(lt)
    SAX.characters(<, 1)
    SAX.getEntity(gt)
    SAX.characters(>, 1)
    SAX.endElement(Content)
    SAX.characters(
       , 4)
    SAX.startElement(Content)
    SAX.getEntity(test1)
    SAX.error: Entity 'test1' not defined
    SAX.getEntity(test2)
    SAX.error: Entity 'test2' not defined
    xmlSAXUserParseFile returned error 26