1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/SAXresult/ent8
Daniel Veillard 399156223f - testSAX.c: fixed problem with cdata reporting
- SAXresult/* : updated
Daniel
2000-10-15 10:06:55 +00:00

34 lines
795 B
Plaintext

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