I have an application which (like many others) takes in user input, stores it in a database and then later processes it using (amongst other things) XML tools. The application t
You should escape them using amperstand ( through x1F), then decode/restore them at the end.
x1F
See XmlTextWriter incorrectly writing control characters