]> git.sesse.net Git - xml-template/blob - tests/reference/namespace.xml
c93b55976a5db87e02888322a0bacaddee9195df
[xml-template] / tests / reference / namespace.xml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3   <head>
4     <title>Namespace tests</title>
5   </head>
6   <body>
7     <p>Hello world!</p>
8     <p id="hello">This will not.</p>
9     <p id="test">Replaced.</p>
10     foo
11   </body>
12 </html>