Page 1 of 1

Combining Data Into XSLT Question

Posted: Wed Mar 07, 2018 6:35 pm
by rgpepper
I'm pumped I built a working XSLT transform! Then I realized it is strictly a tool for processing a physical XML file. How could I output an XML file that contains both data that was picked up from an incoming (from a Connector) XML file *and* Switch system variables like Job.Name and the like? If I understand it correctly, "Export metadata" would only give me the data from the original XML file, not any of the Switch variables I may want.

Re: Combining Data Into XSLT Question

Posted: Wed Mar 07, 2018 6:57 pm
by jan_suhr
You can use my App "Take Notes", it will let you combine datasets that can be exported to a combined XML.

But it is also possible with XSLT to merge multiple XML-files.


Jan