Hi, I am trying to create a map and have the following in my incoming xml. I need to be able to get the REFCODE of a paticular REFDESC.
<REFERENCE REFTYPE=”USR”>
<REFDESC>Particular Order Type</REFDESC>
<REFCODE>DIRECT</REFCODE>
</REFERENCE>
<REFERENCE REFTYPE=”USR”>
<REFDESC>Supplier Order Number</REFDESC>
<REFCODE>09086547363</REFCODE>
</REFERENCE>
I need a way of being able to saying if REFDESC = Supplier Order Number then get the following REFCODE..