]> git.sesse.net Git - xml-template/blobdiff - xml/passthru.xml
Add a trivial new “pass through” test.
[xml-template] / xml / passthru.xml
diff --git a/xml/passthru.xml b/xml/passthru.xml
new file mode 100644 (file)
index 0000000..69d0bfb
--- /dev/null
@@ -0,0 +1,11 @@
+<!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>An extremely simple test</title>
+  </head>
+  <body>
+    <p>This should just pass through without any errors at all.</p>
+  </body>
+</html>