You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ate Douma (JIRA)" <ji...@apache.org> on 2014/01/28 01:41:38 UTC

[jira] [Created] (SCXML-192) No need to escape single quote (') characters when serializing SCXML expressions

Ate Douma created SCXML-192:
-------------------------------

             Summary: No need to escape single quote (') characters when serializing SCXML expressions
                 Key: SCXML-192
                 URL: https://issues.apache.org/jira/browse/SCXML-192
             Project: Commons SCXML
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Ate Douma
            Assignee: Ate Douma
            Priority: Minor
             Fix For: 2.0


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.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)