Branch
Hash :
a617e24f
Author :
Date :
2006-01-09T14:38:44
reverted first patches for #319279 which led to #326295 and fixed the * parser.c: reverted first patches for #319279 which led to #326295 and fixed the problem in xmlParseChunk() instead * test/ent11 result//ent11*: added test for #326295 to the regression suite Daniel
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.entityDecl(newl, 1, (null), (null),
)
SAX.getEntity(newl)
SAX.externalSubset(doc, , )
SAX.startElement(doc)
SAX.getEntity(newl)
SAX.characters(
, 1)
SAX.reference(newl)
SAX.endElement(doc)
SAX.endDocument()