aboutsummaryrefslogtreecommitdiffstats
path: root/test/c14n/1-1-without-comments/example-5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/c14n/1-1-without-comments/example-5.xml')
-rwxr-xr-xtest/c14n/1-1-without-comments/example-5.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/c14n/1-1-without-comments/example-5.xml b/test/c14n/1-1-without-comments/example-5.xml
new file mode 100755
index 00000000..92c5322f
--- /dev/null
+++ b/test/c14n/1-1-without-comments/example-5.xml
@@ -0,0 +1,12 @@
+<!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) -->