Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  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) -->
  14.