]> git.sesse.net Git - xml-template/blobdiff - xml/structure.xml
Add a structure test.
[xml-template] / xml / structure.xml
diff --git a/xml/structure.xml b/xml/structure.xml
new file mode 100644 (file)
index 0000000..1de25dd
--- /dev/null
@@ -0,0 +1,20 @@
+<?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>
+    <div t:id="outer">
+      <div>
+        <div t:id="inner">
+          This is a test of how well cloning and substitution deals with multiple elements with the
+          same tag inside each other. It shouldn't get confused, as the names don't
+         really matter, but then again, it might.
+        </div>
+      </div>
+    </div>
+  </body>
+</html>