[BUGFIX] Fix wrong encoding of CDATA markers when editing an XLF file
CDATA markers are properly and natively detected by SimpleXMLElement. When writing back the file to the disk, all strings are enclosed in CDATA, so the XML is valid and the html tags/entities are preserved and not altered.
Please register or sign in to comment