1<?xml version="1.0" encoding="UTF-8" ?> 2<doc> 3 <div> 4 <title>Introduction</title> 5 <x>25</x> 6 <y>39</y> 7 <z>25</z> 8 <p>Intro Section</p> 9 <q>1</q> 10 </div> 11 <div> 12 <title>Structure</title> 13 <x>14</x> 14 <y>89</y> 15 <z>75</z> 16 <p>Struc Section</p> 17 <q>2</q> 18 </div> 19 <div> 20 <title>Expressions</title> 21 <x>44</x> 22 <y>25</y> 23 <z>46</z> 24 <p>Exp Section</p> 25 <q>3</q> 26 </div> 27 <div> 28 <title>Numbers</title> 29 <x>25</x> 30 <y>44</y> 31 <z>75</z> 32 <p>Num Section</p> 33 <q>3.7</q> 34 </div> 35</doc> 36