I believe the title is pretty descriptive but it's better to put a little context on it. Right now in our application spaces have meaning and we're actually relying on these values. The trim option set to 0 works fine as long as the value does not consist only of spaces. Therefor in this situation:
<root><tag> </tag></root>
the value for tag will be set to empty string. The problem is we cannot differentiate between this and the following XML:
I believe the title is pretty descriptive but it's better to put a little context on it. Right now in our application spaces have meaning and we're actually relying on these values. The trim option set to 0 works fine as long as the value does not consist only of spaces. Therefor in this situation:
the value for tag will be set to empty string. The problem is we cannot differentiate between this and the following XML:
Thank you!