Daniel Veillard | 4a5a964 | 2005-06-27 10:40:55 +0000 | [diff] [blame] | 1 | xmlSAXUserParseFile returned error 27 |
| 2 | SAX.setDocumentLocator() |
| 3 | SAX.startDocument() |
| 4 | SAX.internalSubset(test, , ) |
| 5 | SAX.elementDecl(test, 3, ...) |
| 6 | SAX.entityDecl(xx, 4, (null), (null), %zz;) |
| 7 | SAX.getParameterEntity(xx) |
| 8 | SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >) |
| 9 | SAX.getParameterEntity(zz) |
| 10 | SAX.getParameterEntity(xx) |
| 11 | SAX.error: PEReference: %xx; not found |
| 12 | SAX.characters(This sample shows a , 20) |
| 13 | SAX.getEntity(tricky) |
| 14 | SAX.error: Entity 'tricky' not defined |
Daniel Veillard | 53bd1f3 | 2005-08-24 14:46:07 +0000 | [diff] [blame] | 15 | SAX.reference(tricky) |
Daniel Veillard | 4a5a964 | 2005-06-27 10:40:55 +0000 | [diff] [blame] | 16 | SAX.characters( method., 8) |
| 17 | SAX.endDocument() |
| 18 | xmlSAXUserParseFile returned error 27 |