R
Roeland
Hello,
I would like to know how to replace the Dom xml of an InfoPath form in c#.
I have a button in my form. When it is clicked, I deserialized xml to an
object using XmlSerializer. Then I work my objects an I serialize it back to
xml. Now I want to replace the current xml of the InfoPath form, with the new
xml.
I was hoping I could use Dom.LoadXml() method, but i get the error: "This
DOM cannot be loaded twice"
Can anyone help me on this one?
Cheers,
Roeland
I would like to know how to replace the Dom xml of an InfoPath form in c#.
I have a button in my form. When it is clicked, I deserialized xml to an
object using XmlSerializer. Then I work my objects an I serialize it back to
xml. Now I want to replace the current xml of the InfoPath form, with the new
xml.
I was hoping I could use Dom.LoadXml() method, but i get the error: "This
DOM cannot be loaded twice"
Can anyone help me on this one?
Cheers,
Roeland