Avatar

Level 10

So you woudl have each part of the XML in system vars. In a setValue operation (on the left hand side) you woudl have the location where you want to insert the xml (Process Variable/path to the node that you want). On the right hand side would be the process var that has the xml that you want to add. You coudl take a subset of it by pathing to the xml node that you want. You may have to put a /* on the end of the expression so that all nodes below the one named will be included. You can do a search in the web for XPath and you will see what you can and canot do. I think that it is XPath version 2.1that is implemented.

I do not know how to load the Dom through java, I have seen it done but I am not a programmer nor do I have the code to do it. I only know that it can be done.

Paul