1<?xml version="1.0"?> 2<z:doc xmlns:z="z.test.com"> 3 <z:chapter> 4 <note>aaa</note> 5 <z:note>bbb</z:note> 6 <z:note>ccc</z:note> 7 </z:chapter> 8 <z:chapter> 9 <z:note>ddd</z:note> 10 <note>eee</note> 11 <z:note>fff</z:note> 12 </z:chapter> 13 <z:chapter> 14 <z:note>ggg</z:note> 15 <z:note>hhh</z:note> 16 <note>iii</note> 17 </z:chapter> 18 <z:chapter> 19 <z:note>jjj</z:note> 20 <z:note>kkk</z:note> 21 <note>lll</note> 22 </z:chapter> 23</z:doc>