I have special characters such as &,<,>," already in the data i'm trying to read from my database. I am using ASP with xml. I can use a "Replace function" to replace some of these characters with the replacement entities such as "<" as I loop through to output the...