mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
|
|
SAX.characters(my title, 8)
|
|
SAX.endElementNs(title, NULL, NULL)
|
|
SAX.endDocument()
|