1 <?xml version="1.0" encoding="UTF-8"?>
   2 <?xml-stylesheet type="text/xml" href="EmbeddedImpIncl.xsl"?>
   3 <doc>
   4   <list>
   5     <item>Above Should be include-list then import-list</item>
   6     <item>This is EmbeddedImpIncl.xml, used for setSystemId testing Note that different settings of systemIds will have different expected results!</item>
   7     <item match-by="import">Should be matched-by-import</item>
   8     <item match-by="include">Should be matched-by-include</item>
   9     <item match-by="main">Should be matched-by-import-also</item>
  10     <list>
  11       <item>Should be matched-by-main</item>
  12       <item>Should be matched-by-main</item>
  13     </list>
  14   </list>
  15 </doc>