CDATA in XML

Hi,

if I load the SELECT Options i.e. in a ComboBox with XML CDATA is accepted. If I reload the SELECT in a form with reloadOptions CDATA is not accepted.

How to deal with this if my text contains special characters.

Same is for JSON - As far as I know there´s no CDATA equivalent in JSON. I´ll found some threats using

{
type: ‘JSON’,
text: ’ Text with spec. chars’,
value: ‘1234’
}

But this also won´t work.

Any ideas how to handle this are welcome :slight_smile:

Hi

what kind of problem with special characters in json do you have? you need to escape ’ and \n, no?