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 fields. But I have no clue what to do about the quote. Is there a way in XML of hiding these characters if they are already in the database.