1<?xml version="1.0"?> 2<doc> 3 <foo att1="c" att2="ok" spot="1"> 4 <foo att1="b" att2="ok" spot="11"> 5 <foo att1="c" att2="no" spot="111"> 6 <baz att1="wrong" spot="1110"/> 7 </foo> 8 <foo att1="c" att2="no" spot="112"> 9 <baz att1="wrong" spot="1120"/> 10 </foo> 11 </foo> 12 <foo att1="c" att2="ok" spot="12"> 13 <foo att1="b" att2="ok" spot="121"> 14 <baz att1="wrong" spot="1210"/> 15 </foo> 16 </foo> 17 <foo att1="c" att2="no" spot="13"> 18 <foo att1="ok" att2="b" spot="131"> 19 <baz att1="wrong" spot="1310"/> 20 </foo> 21 <foo att1="c" att2="ok" spot="132"> 22 <baz att1="wrong" spot="1320"/> 23 </foo> 24 </foo> 25 </foo> 26</doc>