Hash : e2d034d3 Author : Date : 1999-07-27T19:52:06
Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
Download
1 2 3 4 5 6 7 8
SAX.setDocumentLocator() SAX.startDocument() SAX.internalSubset(doc, (null), (null)) SAX.elementDecl(doc, 2, ...) SAX.startElement(doc) SAX.characters(This is a valid document !, 26) SAX.endElement(doc) SAX.endDocument()