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(item, , ) |
| 5 | SAX.entityDecl(sampleEnt, 4, (null), (null), <!ELEMENT item (para)+>) |
| 6 | SAX.getParameterEntity(sampleEnt) |
| 7 | SAX.entityDecl(sampleEnt, 1, (null), (null), the hyacinth girl) |
| 8 | SAX.getEntity(sampleEnt) |
| 9 | SAX.getParameterEntity(sampleEnt) |
| 10 | SAX.error: PEReference: %sampleEnt; not found |
| 11 | SAX.characters('they called me , 16) |
| 12 | SAX.getEntity(sampleEnt) |
| 13 | SAX.error: Entity 'sampleEnt' not defined |
Daniel Veillard | 53bd1f3 | 2005-08-24 14:46:07 +0000 | [diff] [blame] | 14 | SAX.reference(sampleEnt) |
Daniel Veillard | 4a5a964 | 2005-06-27 10:40:55 +0000 | [diff] [blame] | 15 | SAX.characters(', 1) |
| 16 | SAX.endDocument() |
| 17 | xmlSAXUserParseFile returned error 27 |