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 10
SAX.setDocumentLocator() SAX.startDocument() SAX.startElement(doc) SAX.characters( , 1) SAX.pcdata(<greeting>Hello, wor, 34) SAX.characters( , 1) SAX.endElement(doc) SAX.endDocument()