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
10 lines
353 B
XML
10 lines
353 B
XML
<?xml version="1.0" standalone="yes"?>
|
|
<!DOCTYPE attributes [
|
|
<!ELEMENT attributes EMPTY>
|
|
<!ATTLIST attributes nmtoken NMTOKEN #IMPLIED>
|
|
<!ATTLIST attributes nmtokens NMTOKENS #IMPLIED>
|
|
<!ENTITY ent " entity&recursive; ">
|
|
<!ENTITY recursive "reference">
|
|
]>
|
|
<attributes nmtoken="&ent; &ent; &ent;" nmtokens="Test this normalization"/>
|