summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test01.html
blob: 7064db0bf082841353dfd474e32d6b4aa47e9d79 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html 
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "DTD/xhtml1-transitional.dtd">
<html>

  <head>dadada</head>

  <body>

    <h1>This
Is
The
Replaced
Title</h1>

  <!-- test entity references -->
  &nbsp;&HarryPotter;

  <!-- examples adapted from TemplateAttributeLanguageSyntax -->

    <span>here/id</span>

    <p>5</p>

    <p>
      honda
    </p>
    <p>
      subaru
    </p>
    <p>
      acura
    </p>

    <p xml:foo="bar">foo bar</p>

  <!-- more examples -->

    <ul>
    <span>
      <li>honda</li>
    </span>
    <span>
      <li>subaru</li>
    </span>
    <span>
      <li>acura</li>
    </span>
    </ul>

  <!-- test attribute expansion -->

    <a href="http://python.org">python</a>
    <a href="http://python.org">python</a>

  <!-- test insert/replace structure -->
    <span></span>
    

    <span />
    <span />

    &nbsp;<h3>Header Level 3</h3>
    <span>&nbsp;<h3>Header Level 3</h3></span>

  </body>

</html>