normalizeAttributeValue
fn
string normalizeAttributeValue(string value) @safeNormalizes an XML attribute value.
XML 1.0 requires that literal whitespace characters in attribute values are normalized:
\r,\n, and\tare replaced with a single space (`' '`).
Parameters
value | Input attribute value. |
Returns
The normalized attribute value.