summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform05.xhtml
blob: 722d01737ec1f936c6ba925351e3431990fe7b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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) -->