Yes. It was supposed to be doing that, but some cases were missed. The change I made was necessary to properly return empty strings.
I just made a new commit which does a better job of handling and preserving the undefined values. I also fixed an issue with setting null and undefined which was not handled the same way as Flash. I added tests for that too. Harbs > On Nov 13, 2021, at 2:18 AM, Edward Stangler <estang...@bradmark.com> wrote: > > If there is a change to save space (i.e. _value == "" => _value = null), > then I think it would be better done elsewhere and more holistically, > rather than having original XML vs. XML.copy() behave differently. At > least, it makes it harder to code and test for both cases.