Branch
Hash :
4b1577f1
Author :
Date :
2003-09-03T13:10:37
removing the SAXresults tree, keeping result in the same tree, added * Makefile.am results/*.sax SAXResult/*: removing the SAXresults tree, keeping result in the same tree, added SAXtests to the default "make tests" 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()