]> git.sesse.net Git - xml-template/blob - tests/reference/namespace.xml
Add a test for repeated t:id replacing.
[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     <p>Replaced.</p>
12   </body>
13 </html>