Hello,
I have an xml parser filter, which is working fine. Now I need to extend the title with a subtitle function. But the file contains no explicit breakline for the subtitle, (as the CMS editor does not want to have the BIG space in his document between TITLE and SUBTITLE).
When the WS / or Studio parse this document for translation, it removes the breakline from the file.
<CMS_VALUE maxInputLength="100" name="pt_headline1">TITLE first line
breakline / newline (subtitle 1) in TITLE
breakline / newline (subtitle 2)in TITLE</CMS_VALUE>
Is there a way to keep the BREAKLINE before the SUBTITLE?
Thanks!
Edit