File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / xml2.sax2
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:01 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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
   15: SAX.reference(tricky)
   16: SAX.characters( method., 8)
   17: SAX.endDocument()
   18: xmlSAXUserParseFile returned error 27

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>