summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test09.xml
blob: c3d10d7e6d358042d311ee2932e878df7529b7cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>