Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 1 | xmlSAXUserParseFile returned error 26 |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 2 | SAX.setDocumentLocator() |
| 3 | SAX.startDocument() |
Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 4 | SAX.internalSubset(doc, , ) |
| 5 | SAX.entityDecl(YN, 1, (null), (null), "Yes") |
| 6 | SAX.getEntity(YN) |
| 7 | SAX.entityDecl(WhatHeSaid, 1, (null), (null), He said &YN;) |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 8 | SAX.getEntity(WhatHeSaid) |
| 9 | SAX.startElement(doc) |
| 10 | SAX.getEntity(WhatHeSaid) |
Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 11 | SAX.error: Entity 'WhatHeSaid' not defined |
| 12 | xmlSAXUserParseFile returned error 26 |