]> git.sesse.net Git - xml-template/blobdiff - xml/clone.xml
Organize everything into neat directories.
[xml-template] / xml / clone.xml
diff --git a/xml/clone.xml b/xml/clone.xml
new file mode 100644 (file)
index 0000000..d1cb330
--- /dev/null
@@ -0,0 +1,15 @@
+<!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">
+  <head>
+    <title>Cloning test</title>
+  </head>
+  <body>
+     <p>My favourite color is <tmpl:color />; I like that very much.
+       All my favourite things:</p>
+    <ul tmpl:id="things">
+      <li />
+    </ul>
+  </body>
+</html>