mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
13 lines
328 B
XML
13 lines
328 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
|
|
<IMG src=""/>
|
|
|
|
</EXAMPLE>
|