default.txt 481 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <response value="ok" xml:lang="en">
  3. <text>Ok</text>
  4. <comment html_allowed="true"/>
  5. <ns1:description><![CDATA[
  6. CDATA is <not> magical.
  7. ]]></ns1:description>
  8. <a></a> <a/>
  9. </response>
  10. <!DOCTYPE html>
  11. <title>Title</title>
  12. <style>body {width: 500px;}</style>
  13. <script type="application/javascript">
  14. function $init() {return true;}
  15. </script>
  16. <body>
  17. <p checked class="title" id='title'>Title</p>
  18. <!-- here goes the rest of the page -->
  19. </body>