Writing a string which contains " "
- by dotnetdev
I have a string from an xml document:
<title type="html">
Is there a way for me to write this string like "<title type="html">"? I've had similar problems writing javascript as a string but I did see some solutions in the past (which I can't remember)?
Thanks