summaryrefslogtreecommitdiff
path: root/result/ent2
diff options
context:
space:
mode:
Diffstat (limited to 'result/ent2')
-rw-r--r--result/ent210
1 files changed, 10 insertions, 0 deletions
diff --git a/result/ent2 b/result/ent2
new file mode 100644
index 0000000..2b4137c
--- /dev/null
+++ b/result/ent2
@@ -0,0 +1,10 @@
+<?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>