libxml2/test/ent2

12 lines
316 B
Plaintext
Raw Normal View History

<?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;
1999-06-03 01:44:04 +08:00
This text is about XML, the &xml; and this is an embedded <IMG src="image"/>
</EXAMPLE>