mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
9 lines
243 B
XML
9 lines
243 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE item [
|
|
<!ENTITY % sampleEnt "<!ELEMENT item (para)+>">
|
|
<!ENTITY sampleEnt "the hyacinth girl">
|
|
<!ELEMENT item (para)+>
|
|
<!ELEMENT para (#PCDATA)>
|
|
]>
|
|
<item><para>'they called me &sampleEnt;'</para></item>
|