]> git.sesse.net Git - xml-template/blobdiff - xml/clone.xml
Update the PHP SWIG version to PHP 7, with various crash fixes, too.
[xml-template] / xml / clone.xml
index d1cb33078a405aee01b2e51148ba0a2f6032137d..fb4b2fe00a7d97767701ef5274cee8530626319c 100644 (file)
@@ -1,15 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <!DOCTYPE
   html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tmpl="http://template.sesse.net/" xml:lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://template.sesse.net/" xml:lang="en">
   <head>
     <title>Cloning test</title>
   </head>
   <body>
-     <p>My favourite color is <tmpl:color />; I like that very much.
+     <p>My favourite color is <t:color />; I like that very much.
        All my favourite things:</p>
-    <ul tmpl:id="things">
-      <li />
+    <ul t:id="things">
+      <li t:id="thing" />
     </ul>
   </body>
 </html>