1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/SAXresult/eve.xml
Daniel Veillard 7c1206fc06 Revamped HTML parsing, lots of bug fixes for HTML stuff,
Added xmlValidGetValidElements and xmlValidGetPotentialChildren,
Completed and cleaned up the tests,
Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html,
Daniel
1999-10-14 09:10:25 +00:00

11 lines
273 B
XML

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd)
SAX.entityDecl(iso6.doc.date, 1, (null), (null), 29-May-1999)
SAX.getEntity(iso6.doc.date)
SAX.startElement(spec)
SAX.characters(
, 1)
SAX.endElement(spec)
SAX.endDocument()