]> git.sesse.net Git - xml-template/blobdiff - xml/namespace.xml
Hand-merge from borked repository. Main changes are a Ruby version (with
[xml-template] / xml / namespace.xml
diff --git a/xml/namespace.xml b/xml/namespace.xml
new file mode 100644 (file)
index 0000000..e81948b
--- /dev/null
@@ -0,0 +1,15 @@
+<?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:t="http://template.sesse.net/" xml:lang="en">
+  <head>
+    <title />
+  </head>
+  <body>
+    <p t:id="hello">This will be replaced.</p>
+    <p id="hello">This will not.</p>
+    <p id="test" t:id="test">This will also be replaced, but the id will stay.</p>
+    <t:tagname id="moretest">This will say "foo", not "bar".</t:tagname>
+  </body>
+</html>