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 13 <div> 14 <title>Expressions</title> 15 <p>Exp_Section</p> 16 </div> 17 18 <div> 19 <title>Patterns</title> 20 <p>Pat_Section</p> 21 </div> 22</doc> 23