Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information