blob: b643ac30fafa3c2c9b404281775dc740175918c6 [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 Veillard1731d6a2001-04-10 16:38:06 +00009<title>my title</title>
10
Daniel Veillard7d2c2761999-10-11 15:09:51 +000011 This text is about XML, the Extensible Markup Language and this is an embedded <IMG src="image"/>
Daniel Veillard424af391999-08-10 19:10:03 +000012</EXAMPLE>