summaryrefslogtreecommitdiff
path: root/test/c14n/with-comments/example-5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/with-comments/example-5.xml')
-rw-r--r--test/c14n/with-comments/example-5.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/c14n/with-comments/example-5.xml b/test/c14n/with-comments/example-5.xml
deleted file mode 100644
index 92c5322..0000000
--- a/test/c14n/with-comments/example-5.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE doc [
-<!ATTLIST doc attrExtEnt ENTITY #IMPLIED>
-<!ENTITY ent1 "Hello">
-<!ENTITY ent2 SYSTEM "world.txt">
-<!ENTITY entExt SYSTEM "earth.gif" NDATA gif>
-<!NOTATION gif SYSTEM "viewgif.exe">
-]>
-<doc attrExtEnt="entExt">
- &ent1;, &ent2;!
-</doc>
-
-<!-- Let world.txt contain "world" (excluding the quotes) -->