GenericSkeletonWriter: correctly write out inline CDATA extracted and stored in XLIFF

Merged
#481 · Created  · Last updated

Merged pull request

Merged in issue1024 (pull request #481)

fcf225e·Author: ·Closed by: ·2021-02-21

Description

Fixes #1024, see that bug for a description

We have Code.TYPE_CDATA value of “cdata”, but the stuff that’s serialized to XLIFF is written as x-cdata. This causes a problem when we read that data back in – we don’t realize it’s cdata, and we don’t disable escaping.

This also removes the XMLSkeletonWriter override of getContent, which would be identical to the method it’s overriding if it were doing all the inline CDATA handling that it should be.

0 attachments

0 comments

Loading commits...