]> git.sesse.net Git - xml-template/blobdiff - tests/reference/include.xml
Add reference files, and fix a few bugs in the test harness.
[xml-template] / tests / reference / include.xml
diff --git a/tests/reference/include.xml b/tests/reference/include.xml
new file mode 100644 (file)
index 0000000..0bd8a4c
--- /dev/null
@@ -0,0 +1,19 @@
+<!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>Main HTML title</title>
+  </head>
+  <body>
+     <h1>Nice heading here</h1>
+     
+     <p>This document is simply being included into another document by
+       means of attaching DOM nodes together. My favourite color is now
+       red.</p>
+
+     <p>Here is a second paragraph.</p>
+
+     <hr />
+
+     <p>Copyright information goes here.</p>
+  </body>
+</html>