1<?xml version="1.0"?> 2<doc> 3 <p>The whole document.</p> 4 <div> 5 <title>Introduction</title> 6 <p>Intro Section.</p> 7 <body>Deeper 8 <p>Body of Intro.</p>junk 9 </body> 10 </div> 11 12 <div> 13 <title>Stylesheet Structure</title> 14 <p>SS Section.</p> 15 <div> 16 <title>Introduction</title> 17 <p>Intro to SS subsection.</p> 18 <body>Deeper 19 <p>Body of SS Intro.</p>junk 20 </body> 21 </div> 22 <body>Deeper 23 <p>Body of SS.</p>junk 24 </body> 25 </div> 26 27 <div> 28 <title>Expressions</title> 29 <p>Exp Section.</p> 30 <body>Deeper 31 <p>Body of Exp.</p>junk 32 </body> 33 </div> 34 35 <appendix> 36 <title>Appendix Title</title> 37 <p>Appendix.</p> 38 <div> 39 <title>Introduction</title> 40 <p>Intro to Appendix.</p> 41 <body>Deeper 42 <Sect1>Into 1 43 <p>Body of App1.</p>junk 44 </Sect1> 45 <Sect2>Into 2 46 <p>Body of App2.</p>junk 47 </Sect2> 48 <Sect3>Into 3 49 <sub>Further Into 3 50 <p>Body of App3sub.</p>junk 51 </sub>Coming back 52 </Sect3>Back 53 </body>Back to div 54 </div>Out of div 55 </appendix> 56</doc>