0

I have probably 20 different .xml files and I want to join them into a single file that contains the contents of these 20 files.

Afterwards I want to convert this new file to .html and update it to Jenkins.

Right now I'm also converting these 20 .xml files to .html as well because I don't know if it's easier to join those into one .html file.

Wim Ombelets
  • 5,097
  • 3
  • 39
  • 55
Adrianeo
  • 131
  • 2
  • 9
  • By saying join, you mean doing a concatenation ? And by saying "convert to .html", you have an example of kind of xslt you want to apply ? Can you also give some examples of inputs (xml) and output you want (html) ? – Benjamin Boutier Apr 10 '15 at 22:19
  • This seems very similar to your [next question](http://stackoverflow.com/questions/29643816/cppcheck-html-report) – Tas Jul 28 '15 at 04:24
  • `cppcheck-htmlreport` does not support input of multiple results - see https://trac.cppcheck.net/ticket/8955. I did not try the concatenation approach yet. – Firewave Dec 17 '20 at 18:04

0 Answers0