I'm working with the old interchange format of Adobe InDesign (.inx
files).
This XML file has text contents like the following:
<pcnt>c_Stackoverflow </pcnt>
Which results in
Stackoverflow<CR><CR>
Question: Why does it put c_
before the actual value and not simply use CDATA
in doubt?