0
|
1 |
<documentElement>
|
|
2 |
<comments>
|
|
3 |
<c1><!-- comment --></c1>
|
|
4 |
<c1><!-- comment -->AFTER</c1>
|
|
5 |
<c1>BEFORE<!-- comment --></c1>
|
|
6 |
<c1>BEFORE<!-- comment -->AFTER</c1>
|
|
7 |
<c1>BEFORE<!-- comment1 -->SPLIT<!-- comment 2-->AFTER</c1>
|
|
8 |
<c1><!-- comment1 -->SPLIT<!-- comment 2-->AFTER</c1>
|
|
9 |
<c1>BEFORE<!-- comment1 -->SPLIT<!-- comment 2--></c1>
|
|
10 |
<c1>BEFORE<!-- comment1 --><!-- comment 2-->AFTER</c1>
|
|
11 |
</comments>
|
|
12 |
<PIs>
|
|
13 |
<p1><!-- comment --></p1>
|
|
14 |
<p1><!-- comment -->AFTER</p1>
|
|
15 |
<p1>BEFORE<!-- comment --></p1>
|
|
16 |
<p1>BEFORE<!-- comment -->AFTER</p1>
|
|
17 |
<p1>BEFORE<!-- comment1 -->SPLIT<!-- comment 2-->AFTER</p1>
|
|
18 |
<p1><!-- comment1 -->SPLIT<!-- comment 2-->AFTER</p1>
|
|
19 |
<p1>BEFORE<!-- comment1 -->SPLIT<!-- comment 2--></p1>
|
|
20 |
<p1>BEFORE<!-- comment1 --><!-- comment 2-->AFTER</p1>
|
|
21 |
</PIs>
|
|
22 |
<mixed>
|
|
23 |
<p1><!-- comment --><?PI?></p1>
|
|
24 |
<p1><?PI?><!-- comment --></p1>
|
|
25 |
|
|
26 |
<p1><?Pi?><!-- comment --><?PI?></p1>
|
|
27 |
<p1><!-- comment --><?PI?><!-- comment --></p1>
|
|
28 |
|
|
29 |
<p1>A<!-- comment -->B<?PI?>C</p1>
|
|
30 |
<p1>A<?PI?>B<!-- comment -->C</p1>
|
|
31 |
|
|
32 |
<p1>A<?Pi?>B<!-- comment -->C<?PI?>D</p1>
|
|
33 |
<p1>A<!-- comment -->B<?PI?>C<!-- comment -->D</p1>
|
|
34 |
</mixed>
|
|
35 |
</documentElement>
|