You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When formatting elements with names that have trailing blanks, they a trimmed to only one trailing blank.
An xml document <Node><Name>a name with trailing blanks </Name></Node> becomes
<Node>
<Name>a name with trailing blanks </Name>
</Node>
after formatting (note that only one blank remains).
The text was updated successfully, but these errors were encountered:
When formatting elements with names that have trailing blanks, they a trimmed to only one trailing blank.
An xml document
<Node><Name>a name with trailing blanks </Name></Node>
becomesafter formatting (note that only one blank remains).
The text was updated successfully, but these errors were encountered: