Annotation of embedaddon/libxml2/result/eve.xml.sax2, revision 1.1.1.1
1.1 misho 1: SAX.setDocumentLocator()
2: SAX.startDocument()
3: SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd)
4: SAX.entityDecl(iso6.doc.date, 1, (null), (null), 29-May-1999)
5: SAX.getEntity(iso6.doc.date)
6: SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
7: SAX.startElementNs(spec, NULL, NULL, 0, 0, 0)
8: SAX.characters(
9: , 1)
10: SAX.endElementNs(spec, NULL, NULL)
11: SAX.endDocument()
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>