blForesterPanzernx
New Member
Hi have 2 or more xml files like this\[code\]<catalog><products><product><name>Antonio</name><cognome>Fisso</cognome></product></products></catalog>\[/code\]and the second is like\[code\]<catalog><products><product><name>Giovanni</name><cognome>Miro</cognome></product></products></catalog>\[/code\]I want to get an xml like this\[code\]<catalog><products><product><name>Giovanni</name><cognome>Miro</cognome></product><product><name>Antonio</name><cognome>Fisso</cognome></product></products></catalog>\[/code\]Could you say me also how to do if the xml are url?