You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the Javascript contains a double quote character (like in the example), it will appear as {noformat}"{noformat} when the XML is converted into a string by toString, and Firefox will reject this Javascript as having a syntax error.
I don't think it's simply a matter of needing to subsequently replace all of the quot entities with double quotes, either, because some of them might actually need to stay escaped (if they are inside attribute values).
The text was updated successfully, but these errors were encountered:
If I generate some Javascript in my Scala code like this:
and the Javascript contains a double quote character (like in the example), it will appear as {noformat}"{noformat} when the XML is converted into a string by toString, and Firefox will reject this Javascript as having a syntax error.
I don't think it's simply a matter of needing to subsequently replace all of the quot entities with double quotes, either, because some of them might actually need to stay escaped (if they are inside attribute values).
The text was updated successfully, but these errors were encountered: