Page 1 of 1

How to merge two html files into one

Posted: Mon Sep 20, 2021 5:03 pm
by Krzysztof Mycek
hello

I need to make 2 language report witch is included like the html into one email.
Of course I'm using translation by XSLT and on the output I have 2 html file. One in Polish, second in English. Finaly I need merge it before email sending.

Maybe someone can help me. I tried to use the cat command but this solution is not perfect as the syntax is assigned to the system platform.

Basically the idea is to combine the metadata from two different files into one.

Thank You