summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform05.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testcases/tests/level3/core/files/canonicalform05.xml')
-rw-r--r--test/testcases/tests/level3/core/files/canonicalform05.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/testcases/tests/level3/core/files/canonicalform05.xml b/test/testcases/tests/level3/core/files/canonicalform05.xml
new file mode 100644
index 0000000..8e7a345
--- /dev/null
+++ b/test/testcases/tests/level3/core/files/canonicalform05.xml
@@ -0,0 +1,13 @@
+<!DOCTYPE html [
+<!ATTLIST p attrExtEnt ENTITY #IMPLIED>
+<!ENTITY ent1 "Hello">
+<!ENTITY ent2 SYSTEM "world.txt">
+<!ENTITY entExt SYSTEM "earth.gif" NDATA gif>
+<!NOTATION gif SYSTEM "viewgif.exe">
+]>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>canonicalform05</title></head><body onload="parent.loadComplete()">
+<p attrExtEnt="entExt">
+ &ent1;, &ent2;!
+</p></body></html>
+
+<!-- Let world.txt contain "world" (excluding the quotes) -->