This PR fixes a bug in the generation of XML attributes that represent C++ literal string values. We need to delete the enclosing quotation marks from the string value, so the F Prime autocoder can re-insert them. Also, we need to use XML escapes for embedded quotation marks in this case.
Overview
This PR fixes a bug in the generation of XML attributes that represent C++ literal string values. We need to delete the enclosing quotation marks from the string value, so the F Prime autocoder can re-insert them. Also, we need to use XML escapes for embedded quotation marks in this case.
Changes
Associated Issues
Closes #178.