Problem/Motivation
File translator is missing an option to encode xliff data with CDATA.
Proposed resolution
Add xliff_cdata check Xliff plugin for file translator.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | support_cdata_in_file-2650106-10.patch | 5.83 KB | mbovan |
| #7 | support_cdata_in_file-2650106-7-interdiff.txt | 2.4 KB | mbovan |
| #7 | support_cdata_in_file-2650106-7.patch | 8.84 KB | mbovan |
| #5 | support_cdata_in_file-2650106-5-interdiff.txt | 1.04 KB | mbovan |
| #5 | support_cdata_in_file-2650106-5.patch | 8.44 KB | mbovan |
Comments
Comment #2
mbovan commentedFixed.
Comment #3
mbovan commentedAdded "CDATA" option to File translator settings form. Provided tests...
Comment #4
mbovan commentedImproved tests.
Comment #5
mbovan commentedThis should be fine. :)
Comment #6
berdirThis is actually not correct. For export, it's the other way round. We should be consistent and in that case, also check cdata first. And possibly move the cdata option first in the UI then.
Comment #7
mbovan commentedFixed export and moved CDATA before processing in UI.
Comment #9
berdirCommitted, now to the backport.
Comment #10
mbovan commentedPorted to D7.
Comment #12
mbovan commentedFailed in some unrelated test.
Comment #13
berdirThanks, committed.