microsoft / XLIFF2-Object-Model

If you’re looking to store localization data and propagate it through your localization pipeline allowing tools to interoperate then you may want to use the XLIFF 2.0 object model. The XLIFF 2.0 object model implements the OASIS Standard for the XLIFF 2.0 specification as defined at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.
Other
86 stars 26 forks source link

CDataTag in Note #29

Open invertedburger opened 5 years ago

invertedburger commented 5 years ago

Hello,

Is it possible to use CDataTag in note element?

 <note category="DevComment"><![CDATA[ Unicode control characters:  &#4;]]></note>
VladimirRybalko commented 2 years ago

It's not possible. According to the spec, the Note tag should contain a plain text.