I have a tag that looks like this:
<SomeTag V="Some Text Here"/>
If I wanted to add a carriage return between "Text" and "Here", how would I do that?
(Note: that the system that will receive this XML does not parse HTML in any way.)
I have a tag that looks like this:
<SomeTag V="Some Text Here"/>
If I wanted to add a carriage return between "Text" and "Here", how would I do that?
(Note: that the system that will receive this XML does not parse HTML in any way.)
Have you tried checking this question: XML Carriage return encoding ?
It looks like using:
seems to work for some users.
might also work if that doesn't do the trick.
You could use its character entity: