Subversion Repositories Kolibri OS

Rev

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

  1. þÿ<?xml version="1.0" encoding="uTf-16"?>
  2.  
  3. <!DOCTYPE html [
  4.  
  5. <!ENTITY ent1 'foo'>
  6.  
  7. <!ENTITY ent2 'foo<br/>'>
  8.  
  9. <!ELEMENT html (head, body)>
  10.  
  11. <!ATTLIST html xmlns CDATA #IMPLIED>
  12.  
  13. <!ELEMENT head (title)>
  14.  
  15. <!ELEMENT title (#PCDATA)>
  16.  
  17. <!ELEMENT body (p)>
  18.  
  19. <!ELEMENT p (#PCDATA|br)*>
  20.  
  21. <!ELEMENT br EMPTY>
  22.  
  23. <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  24.  
  25. <!NOTATION notation1 PUBLIC "notation1File">
  26.  
  27. ]>
  28.  
  29. <html xmlns='http://www.w3.org/1999/xhtml'>
  30.  
  31. <head>
  32.  
  33. <title>test file</title>
  34.  
  35. </head>
  36.  
  37. <body>
  38.  
  39. <p>bar</p>
  40.  
  41. </body>
  42.  
  43. </html>
  44.  
  45.