Sidebar
0 votes
92 views
by emily-m-5137 (120 points)

1 Answer

0 votes

You could do something like this:

message = qie.createXMLMessage("<person/>");

message.setNode("/person/@mrn", source.getNode("PID-3"));

message.setNode("/person/firstName", source.getNode("PID-5.2"));

by michael-h-5027 (15.2k points)
...