mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63499 954022d7-b5bf-4e40-9824-e11837661b57
11 lines
400 B
XML
11 lines
400 B
XML
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
<rec>
|
|
<eg><![CDATA[<!ENTITY % pub "Éditions Gallimard" >
|
|
<!ENTITY rights "All rights reserved" >
|
|
<!ENTITY book "La Peste: Albert Camus,
|
|
© 1947 %pub;. &rights;" >]]></eg>
|
|
then the replacement text for the entity "<code>book</code>" is:
|
|
<eg>La Peste: Albert Camus,
|
|
© 1947 Éditions Gallimard. &rights;</eg>
|
|
</rec>
|