]> git.sesse.net Git - xml-template/blobdiff - tests/reference/attribute3.xml
Add a new "attribute3" test, for testing undef/NULL/None behaviour (new
[xml-template] / tests / reference / attribute3.xml
diff --git a/tests/reference/attribute3.xml b/tests/reference/attribute3.xml
new file mode 100644 (file)
index 0000000..d972834
--- /dev/null
@@ -0,0 +1,16 @@
+<!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>Cloning test</title>
+  </head>
+  <body>
+     <p>My favourite color is blue; I like that very much.
+       All my favourite things:</p>
+    <ul>
+      <li class="odd">Raindrops on roses</li>
+      <li class="even">Whiskers on kittens</li>
+      <li class="odd">Bright copper kettles</li>
+      <li class="even">Warm, woolen mittens</li>
+    </ul>
+  </body>
+</html>