mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
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.startElementNs(doc, NULL, NULL, 0, 0, 0)
|
|
SAX.endElementNs(doc, NULL, NULL)
|
|
SAX.endDocument()
|