1<?xml version="1.0"?> 2<doc> 3 <chapter> 4 <note flag="yes">aaa</note> 5 <note flag="no">bbb</note> 6 <note flag="no">ccc</note> 7 <note flag="yes">ddd</note> 8 <note flag="yes">eee</note> 9 </chapter> 10 <note flag="no">fff</note> 11 <note flag="yes">ggg</note> 12 <note flag="yes">hhh</note> 13 <chapter> 14 <note flag="yes">iii</note> 15 <note flag="yes">jjj</note> 16 <note flag="no">kkk</note> 17 <note flag="yes">lll</note> 18 <note flag="no">mmm</note> 19 </chapter> 20</doc>