blob: b0c49a62ffdafa45e8877f1200fabf3408f502a2 [file] [log] [blame]
Daniel Veillard424af391999-08-10 19:10:03 +00001<?xml version="1.0"?>
2<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
3<!ENTITY xml "Extensible Markup Language">
4<!ENTITY title PUBLIC "-//MY-TITLE//FR" "title.xml">
5<!ENTITY image SYSTEM "img.gif" NDATA GIF>
6]>
7<EXAMPLE>
8
Daniel Veillard7d2c2761999-10-11 15:09:51 +00009 This text is about XML, the Extensible Markup Language and this is an embedded <IMG src="image"/>
Daniel Veillard424af391999-08-10 19:10:03 +000010</EXAMPLE>