Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
Description
Currently the SCXMLWriter escapes special XML character entities when serializing SCXML expressions, see SCXML-76
However, this includes escaping single quote (') characters, which are valid to be used within an XML attribute value which is enclosed between double quotes.
This makes the result, while valid XML, less readable/usable after serialization.