]> git.sesse.net Git - xml-template/blob - tests/reference/simple.xml
Implement prettyprinting in the PHP5 SWIG version.
[xml-template] / tests / reference / simple.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>A very basic example</title>
5   </head>
6   <body>
7     <p>Hello world!</p>
8   </body>
9 </html>