Subject: | & expands once more everytime a MiniDocument is modified. |
If one inserts text in an element that includes a '&' symbol, the 'toFile' operation will substitute this symbol with the '&' equivalent.
The problem comes from the fact that doing another fromFile(), toFile() cycle with this XML document will then make the symbol appear as '&', just as if the encoder didn't noticed it was already subsituted.
Same occurs with '<' and '>' which became &lt; after a few modifications, and i fear accentuated characters will suffer the same problem.