1<?xml version="1.0"?> 2<doc> 3 <div> 4 <title>Introduction</title> 5 <p>Intro Section.</p> 6 </div> 7 8 <div> 9 <title>Stylesheet Structure</title> 10 <p>SS Section.</p> 11 <div> 12 <title>Introduction</title> 13 <p>Intro to SS subsection.</p> 14 </div> 15 </div> 16 17 <div> 18 <title>Expressions</title> 19 <p>Exp Section.</p> 20 </div> 21 22 <appendix> 23 <title>Appendix Title</title> 24 <p>Appendix.</p> 25 <div> 26 <title>Introduction</title> 27 <p>Intro to Appendix.</p> 28 </div> 29 </appendix> 30</doc>