Create an XSLT to merge two XML files -- 2
Budget: €30 – €250 EUR
The purpose is to create an xslt that can merge libraryModel.xml into model.xml. All xml nodes under the "model" node of libraryModel.xml need to be brought over to the corresponding place in the dom of model.xml. If a node with the same identifier already exists in the model.xml, it should be replaced by the node from the libraryModel (overwrite).
The provided model-merge.xsl can be used as a basis, but this is not mandatory. A Java file to execute the xslt processing is provided as well, it is mandatory that the xslt can be executed this way.
The provided model-merge.xsl can be used as a basis, but this is not mandatory. A Java file to execute the xslt processing is provided as well, it is mandatory that the xslt can be executed this way.