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
|
<?xml version="1.0" encoding="UTF-8"?>
<far-north> text-1A
<!-- Comment-2 --> text-1B
<?a-pi pi-1?> text-1C
<north mark="n0"> text-2A
<!-- Comment-3 --> text-2B
<?a-pi pi-2?> text-2C
<near-north> text-3A
<far-west/> text-3B
<west mark="w0" west-attr-1="w1" west-attr-2="w2" west-attr-3="w3"/> text-3C
<near-west/> text-3D
<!-- Comment-4 --> text-3E
<?a-pi pi-3?> text-3F
<center mark="c0" center-attr-1="c1" center-attr-2="c2" center-attr-3="c3"> text-4A
<near-south-west/> text-4B
<!--Comment-5--> text-4C
<?a-pi pi-4?> text-4D
<near-south> text-5A
<!--Comment-6--> text-5B
<?a-pi pi-5?> text-5C
<south mark="s0" south-attr-1="s1" south-attr-2="s2"> text-6A
<far-south/> text-6B
</south> text-5D
</near-south> text-4E
<south-east mark="se"/> text-4F
</center> text-3G
<near-east/> text-3H
<east mark="e0">Text in east</east> text-3I
<far-east/> text-3J
</near-north> text-2D
</north> text-1D
</far-north>
|