Here's what I'm trying to do:I have a table which is bound to a
repeating element in my XML Schema (I have a Data Connection in place to
an XSD file)I have a simple web service which, when called on a click of
a button, fetches some XMLOn return of the XML I load this into the DOM
(using a simple loadXML call -
xfa.datasets.data.MyNode.loadXML(invokeResponse.myReturnedXml.document.rawValue,1,1))This
updates the DOM properly and upon viewing it with a simple
xfa.datasets.data.saveXML("pretty") al...