13 lines
411 B
Plaintext
Raw Normal View History

xmlSAXUserParseFile returned error 26
1999-06-02 17:44:04 +00:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(test, , )
1999-06-02 17:44:04 +00:00
SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&#38;) may be escaped
numerically (&#38;#38;) or with a general entity
(&amp;amp;).</p>)
1999-06-02 17:44:04 +00:00
SAX.getEntity(example)
SAX.startElement(test)
SAX.getEntity(example)
SAX.error: Entity 'example' not defined
xmlSAXUserParseFile returned error 26