How do I store following string?
MyString = "<?xml version = "1.0" encoding = "UTF-8"?>"
It does not work.
This works. Is it possible without escaping characters? Just with tags around the string?
MyString = "<?xml version = ""1.0"" encoding = ""UTF-8""?>"
Bookmarks