I am in need of some help with regards to joining two seperate XML documents together with a common identifier.
I am usng xPath and DOM to open files up. The relationship is based upon Customer Codes that are present in both files.
xml file 1 contains
custid custname
123456 Ron Weasley
xml file 2 contains
custid bookingref bookingname
123456 ABTlMS aberdeen
Can anyone help?
I am usng xPath and DOM to open files up. The relationship is based upon Customer Codes that are present in both files.
xml file 1 contains
custid custname
123456 Ron Weasley
xml file 2 contains
custid bookingref bookingname
123456 ABTlMS aberdeen
Can anyone help?