File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / ent13.sax
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:00 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.internalSubset(test, , )
    4: SAX.entityDecl(ampproblem, 1, (null), (null), &)
    5: SAX.getEntity(ampproblem)
    6: SAX.externalSubset(test, , )
    7: SAX.getEntity(ampproblem)
    8: SAX.startElement(t, a='&ampproblem;')
    9: SAX.characters(a, 1)
   10: SAX.endElement(t)
   11: SAX.endDocument()

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