]> git.sesse.net Git - xml-template/blob - xml/clone.xml
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / xml / clone.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <!DOCTYPE
3   html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://template.sesse.net/" xml:lang="en">
6   <head>
7     <title>Cloning test</title>
8   </head>
9   <body>
10      <p>My favourite color is <t:color />; I like that very much.
11        All my favourite things:</p>
12     <ul t:id="things">
13       <li t:id="thing" />
14     </ul>
15   </body>
16 </html>