mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-13 09:58:22 +03:00
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
xmlSAXUserParseFile returned error 26
|
|
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(test, (null), (null))
|
|
SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&) may be escaped
|
|
numerically (&#38;) or with a general entity
|
|
(&amp;).</p>)
|
|
SAX.getEntity(example)
|
|
SAX.startElement(test)
|
|
SAX.getEntity(example)
|
|
SAX.error: Entity 'example' not defined
|
|
SAX.endElement(test)
|
|
SAX.endDocument()
|
|
xmlSAXUserParseFile returned error 26
|