SET OutputRoot.XMLNSC.xxx:doc.address.street = InputRoot.XMLNSC.xxx:doc.address.street;
SET OutputRoot.XMLNSC.xxx:doc.address.city = InputRoot.XMLNSC.xxx:doc.address.city;
SET OutputRoot.XMLNSC.xxx:doc.address.state = InputRoot.XMLNSC.xxx:doc.address.state;
However, how do I do this if I just want to copy a chunk of data, I want to copy all trhee fields with a single command (In other words the entire address), how would I do that
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum