summaryrefslogtreecommitdiff
path: root/result/comment4.xml.sax
blob: 26011d9bcff8afe3e17656e8ef388a32a37adf4f (plain)
1
2
3
4
5
6
7
8
SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( test of non ascii comments like là et très )
SAX.comment(à another one )
SAX.comment( another one à)
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()