Edit

kc3-lang/libxml2/result/xml2.sax

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-08-24 14:46:07
    Hash : 53bd1f3c
    Message : found another bug while looking at #309616 on missing entities. this * parser.c: found another bug while looking at #309616 on missing entities. * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the SAX stream in missing conditions for a few tests Daniel

  • result/xml2.sax
  • xmlSAXUserParseFile returned error 27
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(test, , )
    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.characters(This sample shows a , 20)
    SAX.getEntity(tricky)
    SAX.error: Entity 'tricky' not defined
    SAX.reference(tricky)
    SAX.characters( method., 8)
    SAX.endDocument()
    xmlSAXUserParseFile returned error 27