mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
399156223f
- SAXresult/* : updated Daniel
34 lines
795 B
Plaintext
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
|