After loading an xml document, I try to save the document with the following function call:
CVIXMLSaveDocument(ControlXMLFile,1 /* Format the document */, NULL);
I then get a pop-up that reads:
"Assertion failed c!=TAG_OPEN, file "cvixml.c" line 2386.
I was able to read through the xml file prior to saving it.
I did not make any modification to the xml between the CVIXMLLoadDocument( SettingsFileName,&ControlXMLFile ) and the save.
I had originally made changes to the xml, but removed them in an attempt to find the root cause of the assertion.