Hash : 39915622 Author : Date : 2000-10-15T10:06:55
- testSAX.c: fixed problem with cdata reporting - SAXresult/* : updated Daniel
Download
1 2 3 4 5 6 7 8 9
SAX.setDocumentLocator() SAX.startDocument() SAX.comment( comment before the DTD ) SAX.internalSubset(doc, , ) SAX.elementDecl(doc, 2, ...) SAX.comment( comment after the DTD ) SAX.startElement(doc) SAX.endElement(doc) SAX.endDocument()