Description:I have two xml files XML1 and XML2 which contains the following valuesI need to get the xml values in a string array which contains the values from XML1 where XML2 not contains XML1 values (i.e. XML1 has four values "A","B","C" & "D" and XML2 has two values "A" & "B". I need to get only "C" &"D" in the string array)Steps Involved: