x_maras Posted October 11, 2009 Share Posted October 11, 2009 Hi, I want to append 2 xml files they are similar but not the same and I want to append them. The first contains some more nodes from the second but they have the same structure. e.g. <items> <item> <node1></node1> <node2></node2> <node3></node3> <node4></node4> <node5></node5> </item> <item> . . . </item> . . . </items> What I want is to take all the item nodes from the second file and to append the in the first file as childs of the "items" node. Any tips would be appreciated! Thanks in advance, Dinos Link to comment https://forums.phpfreaks.com/topic/177326-append-2-xml-files-with-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.