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
11 lines
325 B
XML
11 lines
325 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
|
|
<!ENTITY xml "Extensible Markup Language">
|
|
<!ENTITY title PUBLIC "-//MY-TITLE//FR" "title.xml">
|
|
<!ENTITY image SYSTEM "img.gif" NDATA GIF>
|
|
]>
|
|
<EXAMPLE>
|
|
&title;
|
|
This text is about XML, the &xml; and this is an embedded <IMG src="image"/>
|
|
</EXAMPLE>
|