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
Implement workaround for escaping whitespace chars in attribute values
While XML attribute values may contain whitespace such as line breaks,
the XML spec [1] dictates that XML processors must replace them with
spaces which causes downstream tools to misrepresent the original value.
[1] w3.org/TR/xml#AVNormalize
Resolves#4174.
(cherry picked from commit 432d556)
0 commit comments