Avatar

Level 10

You are saving the data from a single field but replace the entire data dom. I woudl do save the xml from the same node that you are loading to. So when you save use xfa.dataset.data.saveXML() and when you load use xfa.datasets.data.loadXML(datatoLoad,0,1)

Paul