]> git.sesse.net Git - xml-template/blob - xml/simple.xml
Organize everything into neat directories.
[xml-template] / xml / simple.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" xmlns:t="http://template.sesse.net/" xml:lang="en">
5   <head>
6     <title />
7   </head>
8   <body>
9     <p t:id="hello">This will be replaced.</p>
10   </body>
11 </html>