summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test09.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test09.xml')
-rw-r--r--src/zope/tal/tests/input/test09.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test09.xml b/src/zope/tal/tests/input/test09.xml
new file mode 100644
index 0000000..c3d10d7
--- /dev/null
+++ b/src/zope/tal/tests/input/test09.xml
@@ -0,0 +1,30 @@
+<html>
+<body>
+<p>
+ Just a bunch of text.</p>
+<p>more text...</p>
+<ul>
+ <li>first item</li>
+ <li>second item
+
+ <ol>
+ <li>second list, first item</li>
+ <li>second list, second item
+ <dl compact="">
+ <dt>term 1</dt>
+ <dt>term 2</dt>
+ <dd>definition</dd>
+ </dl></li>
+ </ol></li>
+
+ <li>Now let's have a paragraph...
+ <p>My Paragraph</p>
+ </li>
+
+ <li>And a table in a list item:
+ <table>
+ </table></li>
+</ul>
+
+</body>
+</html>