How to choose a specific subtype to bind to based on qualifiers
问题 Here is the XML I have (ish) <?xml version="1.0" encoding="UTF-8"?> <edi837> <ISA > <ISA01>00</ISA01> <ISA02> </ISA02> <GS> <GS01>HC</GS01> <GS07>X</GS07> <GS08>005010X223A2</GS08> <ST> <ST01>837</ST01> <ST02>0001</ST02> <ST03>005010X223A2</ST03> <BHT> <BHT01>19</BHT01> <BHT02>0</BHT02> <BHT03>524</BHT03> <BHT04>20111207</BHT04> <BHT05>1323</BHT05> <BHT06>CH</BHT06> </BHT> <Loop1000/> <Loop1000/> <Loop2000/> <Loop2000/> </ST> </GS> </ISA> </edi837> <-- However, I have: --> <?xml version="1.0"