1999-10-11 23:09:51 +08:00
|
|
|
xmlSAXUserParseFile returned error 26
|
1999-06-03 01:44:04 +08:00
|
|
|
SAX.setDocumentLocator()
|
|
|
|
SAX.startDocument()
|
2000-10-15 18:06:55 +08:00
|
|
|
SAX.internalSubset(test, , )
|
1999-06-03 01:44:04 +08:00
|
|
|
SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&) may be escaped
|
|
|
|
numerically (&#38;) or with a general entity
|
1999-10-11 23:09:51 +08:00
|
|
|
(&amp;).</p>)
|
1999-06-03 01:44:04 +08:00
|
|
|
SAX.getEntity(example)
|
|
|
|
SAX.startElement(test)
|
|
|
|
SAX.getEntity(example)
|
|
|
|
SAX.error: Entity 'example' not defined
|
1999-10-11 23:09:51 +08:00
|
|
|
xmlSAXUserParseFile returned error 26
|