mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
11 lines
311 B
XML
11 lines
311 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>
|
|
|
|
This text is about XML, the Extensible Markup Language and this is an embedded
|
|
</EXAMPLE>
|