1<?xml version="1.0"?> 2<!-- Top comment --> 3<OL> 4 <LI>item1</LI> 5 <!-- Upper Middle comment --> 6 <LI>item2</LI> 7 <LI>item3</LI> 8 <OL> 9 <LI>subitem1</LI> 10 <LI>subitem2</LI> 11 <OL> 12 <!-- Lower Middle comment --> 13 <LI>subsubitem</LI> 14 <tag/> 15 </OL> 16 </OL> 17</OL> 18<!-- Bottom comment --> 19