I want to write a simple message with a line break in the middle. I know that in Java you can do something like the following:
"Hey, this is a message" + \n + "...and this is the rest of it on a new line"
How can I do the same in XML? Can I use the \n escape character or do I use the html line break?
I would like to add a message to the following element in the ObjectValue
attribute:
<EnterValue ScreenName="" ObjectName="EMAIL_MESSAGE" ObjectValue=""/>