]> git.sesse.net Git - xml-template/blobdiff - xml/namespace2.xml
Hand-merge from borked repository. Main changes are a Ruby version (with
[xml-template] / xml / namespace2.xml
diff --git a/xml/namespace2.xml b/xml/namespace2.xml
new file mode 100644 (file)
index 0000000..cf7790c
--- /dev/null
@@ -0,0 +1,13 @@
+<?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" id="test">This will be replaced.</p>
+    <p t:id="test" id="hello">This will not.</p>
+  </body>
+</html>