This is the XML that goes into textbox1: "123456789PUBLIC,
JOHN Q This goes in textbox2:"987654321ANYMA N, JOHN TThis goes in
textbox3: "SMITH1234
987651234 JOHN
Q SMITH
After I load all 3 XML strings into the
dataset, my problem occurs when I try to populate fields based on the
xml data.I now have 3 ... tags.I use var oNodes =
xfa.datasets.string.clsSupervisorInfo.nodes, var oNodes =
xfa.datasets.string.clsStaffInfo.nodes and var oNodes =
xfa.datasets.string.clsEmployeeInfo.nodes to return th...