Persisting Secondary Data Source XML file data

R

Rob Blitz

I'm using an XML file as a Secondary Data Source and I'd like to write data
that persists to that file so that when a user saves his InfoPath form and
reopens it later, the changed data has persisted in the XML file.

I can change the data source DOM, but it doesn't persist. I've tried using
IXMLDOMDocument.save, but that doesn't seem to work either.
 
Top