]> git.sesse.net Git - xml-template/blob - xml/clone.xml
Add a small cloning test, which PHP fails...
[xml-template] / xml / clone.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>Cloning test</title>
7   </head>
8   <body>
9      <p>My favourite color is <t:color />; I like that very much.
10        All my favourite things:</p>
11     <ul t:id="things">
12       <li t:id="thing" />
13     </ul>
14   </body>
15 </html>