skip to Main Content

Apache – XSLT merge two XML files

I need to merge two XML files using XSLT. The transformation takes place on an XML file that contains a list of XML files to be merged. list.xml <?xml version="1.0" encoding="UTF-8" ?> <files> <file>..srcmainresourcestestOne.xml</file> <file>..srcmainresourcestestTwo.xml</file> </files> These are my two…

VIEW QUESTION
Back To Top
Search