Difficulty creating Studio File Type for XML file with CDATA sections

I am trying to set up a Studio File Type for processing XML files that contain CDATA sections such as the following

<translation><![CDATA[<p align='left'><font size='9.0pt'><u><b>Text:</b></u></font><font size='9.0pt'><br />Text<br /><br />Text</font></p>]]></translation>

I use the embedded content XML file type in Studio with the following settings under Embedded content.

 

In the parser rules, the <translation> tag is defined as the only translatable tag in the XML structure.

When I open the file in Studio, the segment given above looks like this in the editor:

The problem I´m having is that I am not able to configure the file type so that is treats the break tag <br /> as the end of the segment, so that the phrase after the breaks appears in a new segment.

I have tried configuring it as both an inline and structure tag, but both solutions do not work.

I would greatly appreciate any help I could get.

Frank