]> git.sesse.net Git - xml-template/blob - xml/passthru.xml
Add a trivial new “pass through” test.
[xml-template] / xml / passthru.xml
1 <!DOCTYPE
2   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" xml:lang="en">
5   <head>
6     <title>An extremely simple test</title>
7   </head>
8   <body>
9     <p>This should just pass through without any errors at all.</p>
10   </body>
11 </html>