xml parsing - How can I add changes of one XML file to another in java -
i have 2 xml files.i need add changes in 1 xml file using java code, not copy second file contents first file. tried xmlunit finding differences between xml files, not provide writing functionality
look xslt transforms allow set rule rewrite xml based on xml/datafile
Comments
Post a Comment