initial commit
[emacs-init.git] / nxhtml / tests / in / wiki-090804-js.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5   <head>
6     <title></title>
7   </head>
8   <body>
9
10     <script type="text/javascript">
11       // <![CDATA[
12       Some code to see if we can find the problem
13       // ]]>
14 </script>
15
16 <?php
17   $htmlstuff = <<<EOTHTML
18
19      <p>some stuff</p>
20      <p>some other stuff</p>
21
22     <script type="text/javascript">
23       // <![CDATA[
24       Some code to see if we can find the problem
25       // ]]>
26 </script>
27
28 EOTHTML;
29
30 ?>
31   </body>
32 </html>