Tag
Hash :
7c1206fc
Author :
Date :
1999-10-14T09:10:25
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
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(dia:diagram, xmlns:dia='http://www.lysator.liu.se/~alla/dia/')
SAX.characters(
, 3)
SAX.startElement(dia:diagramdata, dia:testattr='test')
SAX.endElement(dia:diagramdata)
SAX.characters(
, 1)
SAX.endElement(dia:diagram)
SAX.endDocument()