Closed okater closed 1 year ago
Did you mean that \& string should be replaced with $amp;? It's impossible to run the script if some attribute value contains exact & symbol - sax parser will receive an error.
The problem happens with me too.
navigation xml before reducing:
After reducing:
When uploading to SFCC it gives an XML error. Manually replacing the &
to &
fixes it
Issue was fixed. NPM package was updated to v2.1.0
Ampersand is not escaped in xml Should be escaped as
$amp;
Results in error during import