OR - XML (e file) changes

Issue No: MFT-1264
Created 9/13/2018 1:43:03 PM
Type Feature
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 18.3
Description Two changes needed:   1. the first two lines of the XML file must be this:   {color:#ff0000} {color}   2. Properly escape five special characters if they are in transactional data.   !pastedImage_d104826_0.png!   Note: in a previous JIRA (http://jira.irelyserver.com/browse/MFT-1215), we changed a correctly escape ampersand into not-escaped. That JIRA was wrong. Ampersand needs to be escaped as &   Note: per [~cris.lazaga] research, the first two (double quote and apostrophe) only need to escape in attributes, while the remaining three need to escape in element values.