123456789101112131415161718192021222324 |
- <?xml version="1.0"?>
- <response value="ok" xml:lang="en">
- <text>Ok</text>
- <comment html_allowed="true"/>
- <ns1:description><![CDATA[
- CDATA is <not> magical.
- ]]></ns1:description>
- <a></a> <a/>
- </response>
- <!DOCTYPE html>
- <title>Title</title>
- <style>body {width: 500px;}</style>
- <script type="application/javascript">
- function $init() {return true;}
- </script>
- <body>
- <p checked class="title" id='title'>Title</p>
- <!-- here goes the rest of the page -->
- </body>
|