summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test04.xml
blob: 8b73d02bd381dfaa03302f7fb4721b70d75ce487 (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
31
32
33
34
35
36
37
38
39
<?xml version="1.0" ?>
<html>

  <body>

    <ul>
    </ul>

    <span/>

    <ul>
        <li>
          0
          hello world
        </li>
        <li>
          1
          hello world
        </li>
    </ul>

    <span/>

    <ul>
        <li>
          0
          goodbye cruel world
        </li>
        <li>
          1
          goodbye cruel world
        </li>
    </ul>

    <p>define-slot</p>

  </body>

</html>