]> git.sesse.net Git - xml-template/blobdiff - tests/reference/structure.xml
Add a structure test.
[xml-template] / tests / reference / structure.xml
diff --git a/tests/reference/structure.xml b/tests/reference/structure.xml
new file mode 100644 (file)
index 0000000..62ed59b
--- /dev/null
@@ -0,0 +1,22 @@
+<?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" xml:lang="en">
+  <head>
+    <title/>
+  </head>
+  <body>
+    <div>
+      <div>
+        <div>One</div>
+      </div>
+    
+      <div>
+        <div>Two</div>
+      </div>
+    
+      <div>
+        <div>Three</div>
+      </div>
+    </div>
+  </body>
+</html>