Hi,
We are editing files from Oxygen using a webDAV connection. For an unknown reason, we sometimes get a double update (or an update with an add?). The result is that we get a physical file with a double xml document (double root). The content in the 2 root nodes is always the same, and always has the correct/latest corrections made by content editors.
Ex. <root id="doc1"><content>Our latest changes</content></root> <root id="doc1"><content>Our latest changes</content></root>
Do you have any clue as to why this is happening? Any idea to prevent the behavior?
Note that this is not a new issue, we have just always worked around it with a quick repair function. We though we would find the cause at some point and be able to fix it ourselves, but the issue is sticking around.