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
SAX.setDocumentLocator() SAX.startDocument() SAX.internalSubset(doc, , ) SAX.elementDecl(doc, 3, ...) SAX.attributeDecl(doc, val, 1, 3, NULL, ...) SAX.startElement(doc, val='v1') SAX.endElement(doc) SAX.endDocument()