and I’m running into the following problems:
1- If some of the values in the dataset contain ‘\n’ (line break), the displayed result in the dialog is as follows:
The first field is displayed as HTML (with a border around it)
All other information, including the added HTMl code ('s, 's etc) is displayed as text.
I tried solving this by replacing the ‘\n’ by nothing, but this (offcourse) removes all linebreaks, of which some are really needed to display my results properly.
2- If a value in the dataset contains (valid) XML, this XML is not displayed properly. It seems like all tags are removed, just leaving the values.