1 <?xml version="1.0" encoding="UTF-8"?>
   2 <doc>
   3   <list>
   4     <item>Above Should be include-list then import-list</item>
   5     <item match-by="import">Should be matched-by-import</item>
   6     <item match-by="include">Should be matched-by-include</item>
   7     <item match-by="main">Should be matched-by-import-also</item>
   8     <list>
   9       <item>Should be matched-by-main</item>
  10       <item>Should be matched-by-main</item>
  11     </list>
  12   </list>
  13 </doc>