]> git.sesse.net Git - xml-template/blobdiff - tests/reference/namespace.xml
Hand-merge from borked repository. Main changes are a Ruby version (with
[xml-template] / tests / reference / namespace.xml
diff --git a/tests/reference/namespace.xml b/tests/reference/namespace.xml
new file mode 100644 (file)
index 0000000..c93b559
--- /dev/null
@@ -0,0 +1,12 @@
+<!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" xml:lang="en">
+  <head>
+    <title>Namespace tests</title>
+  </head>
+  <body>
+    <p>Hello world!</p>
+    <p id="hello">This will not.</p>
+    <p id="test">Replaced.</p>
+    foo
+  </body>
+</html>