mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:52:24 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
9 lines
244 B
XML
9 lines
244 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc [
|
|
<!ELEMENT doc EMPTY>
|
|
<!ATTLIST doc defatt (0 | 1) "0">
|
|
<!ATTLIST doc xmlns:tst CDATA #FIXED "http://example.org">
|
|
<!ATTLIST doc tst:att (0 | 1) "1">
|
|
]>
|
|
<doc xmlns:tst="http://example.org" att="1"/>
|