I need to find a workaround for the following case:
I have CDATA in the following structure in my HTML file for translation:
<ac:link ac:anchor="ANC_1"><ac:plain-text-link-body><![CDATA[см. ниже.]]></ac:plain-text-link-body></ac:link><br/></p></ac:rich-text-body></ac:structured-macro><p class="auto-cursor-target"><br/></p></li><li>
I have ac:plain-text-link-body as non-translatable element in my parser settings.
Can I somehow retrieve CDATA content in a separate segment without changing parser settings?
Translate