]> git.sesse.net Git - xml-template/blob - tests/reference/namespace2.xml
Add most of the remaining php5-swig tests. Most succeed, but not all.
[xml-template] / tests / reference / namespace2.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 id="test">Replaced.</p>
8     <p id="hello">This will not.</p>
9   </body>
10 </html>