Page 1 of 1

[Solved] Combine several XML

Posted: Mon Aug 07, 2023 3:59 pm
by FlorianDSK
Hello,

Is there a way to collect multiple XML's (10+), take all the information out of them and write it into one XML?

Many greetings

Florian

Re: Combine several XML

Posted: Mon Aug 07, 2023 4:04 pm
by jan_suhr
The app Make XML can do it.

Re: Combine several XML

Posted: Mon Aug 07, 2023 4:07 pm
by FlorianDSK
Hello Jan,

Thank you for your quick reply.
But is there no other option than another payment app?

kindly

Florian

Re: Combine several XML

Posted: Tue Aug 08, 2023 9:48 am
by magnussandstrom
If you install Saxon (open source software) and use the Saxonica configurator in Switch you should be able to merge XML files.

Install: https://github.com/Saxonica/Saxon-Archi ... n-HE/9/9.9
About the merge instruction: https://www.saxonica.com/html/documenta ... merge.html

Strangely I can't seem to download the 9.9 HE version from Github anymore.. maybe someone can help out here?

Re: Combine several XML

Posted: Tue Aug 08, 2023 11:03 am
by FlorianDSK
Hello Magnus,

Thank you for your answer. Appreciate that
But I have now solved this using a batch file :D

Thanks anyway

Kindly

Florian

Re: [Solved] Combine several XML

Posted: Thu Apr 04, 2024 12:19 am
by joaodaffonsojr
Hi !

I have two XML like 32800_ARQOS.xml and 32800_ODTPLIMP.xml that i need to merge.

I tried with SAXON in the cmd line, I did a XSLT and works.

But how can I use the variables of Switch like [Job.Path] and [Job.NameProper] to make SAxon configurator merge them ?

Any tips are very welcome !