]> git.sesse.net Git - xml-template/blob - tests/reference/passthru.xml
Fix a potential bug in the C++0x cleaning.
[xml-template] / tests / reference / 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>