Better code for creating object and updating its property from XML

DOM_THE_BOMB

New Member
I have XML input with multiple Invoice elements. I create invoice objects from these elements. Based on the position of invoice element we need to assign sequence number and find corresponding message from a different element
 
Back
Top