1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/ent11.sax
Daniel Veillard a617e24f32 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
2006-01-09 14:38:44 +00:00

14 lines
285 B
Plaintext

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()