trunk/resources/tests/dom3/Core/files/canonicalform05.xml
changeset 0 5057afe1ec87
equal deleted inserted replaced
-1:000000000000 0:5057afe1ec87
       
     1 <!DOCTYPE html [
       
     2 <!ATTLIST p attrExtEnt ENTITY #IMPLIED>
       
     3 <!ENTITY ent1 "Hello">
       
     4 <!ENTITY ent2 SYSTEM "world.txt">
       
     5 <!ENTITY entExt SYSTEM "earth.gif" NDATA gif>
       
     6 <!NOTATION gif SYSTEM "viewgif.exe">
       
     7 ]>
       
     8 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>canonicalform05</title></head><body onload="parent.loadComplete()">
       
     9 <p attrExtEnt="entExt">
       
    10    &ent1;, &ent2;!
       
    11 </p></body></html>
       
    12 
       
    13 <!-- Let world.txt contain "world" (excluding the quotes) -->