summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test_sa3.xml
blob: bd20f83cd15008722b8d943188a3b53648154a28 (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
<?xml version="1.0" ?><!--
==============================================================================
tests/input/test_sa3.xml
==============================================================================
-->
<html>
<body>
  <!--
==============================================================================
tests/input/test_sa3.xml (line 4)
==============================================================================
--><div>This is macro1 on sa3 line 4.
    <span>This is slot1 on sa3 line 5.</span><!--
==============================================================================
tests/input/test_sa3.xml (line 5)
==============================================================================
-->
    This is the end of macro1 on sa3 line 6.
  </div>
  <p>Some text on sa3 line 8.</p>
  <!--
==============================================================================
tests/input/test_sa3.xml (line 4)
==============================================================================
--><div>This is macro1 on sa3 line 4.
    <!--
==============================================================================
tests/input/test_sa3.xml (line 11)
==============================================================================
--><b>Text from sa3 line 11 is filled into slot1.</b><!--
==============================================================================
tests/input/test_sa3.xml (line 5)
==============================================================================
-->
    This is the end of macro1 on sa3 line 6.
  </div><!--
==============================================================================
tests/input/test_sa3.xml (line 13)
==============================================================================
-->
  <p>This is some text on sa3 line 14.</p>
</body>
</html>