In this short article I will present how should be managed the case that two XMLs contains data and you have to link this based on keys and transform into another XML in order to deserialize or read the related entity. For example, if you have a list with prices and a list with products, each list in a separete XML you will have to get each product with his price.
More...