mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

BUG FIXED #2784 HTML parsing/output improvements Rebuilt, updated the docs Improvement of regression scripts, make testall should look clean Released as 1.7.4
38 lines
868 B
Plaintext
38 lines
868 B
Plaintext
xmlSAXUserParseFile returned error 26
|
|
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(doc, (null), (null))
|
|
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ç, 6)
|
|
SAX.characters(ã, 1)
|
|
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
|
|
SAX.endElement(Content)
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElement(doc)
|
|
SAX.endDocument()
|
|
xmlSAXUserParseFile returned error 26
|