summaryrefslogtreecommitdiff
path: root/result/ent2
diff options
context:
space:
mode:
Diffstat (limited to 'result/ent2')
-rw-r--r--result/ent210
1 files changed, 0 insertions, 10 deletions
diff --git a/result/ent2 b/result/ent2
deleted file mode 100644
index 2b4137c..0000000
--- a/result/ent2
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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;
- This text is about XML, the &xml; and this is an embedded <IMG src="image"/>
-</EXAMPLE>