Hi everybody, I'm working on a form that creates a properly-formatted RSS feed, just having one problem, with ASP can I print a string to the user that has the RSS tags in it?

Example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>

I want all the tags to show up so the person can simply copy and paste it into a text documents, I haven't been able to get ASP to do this. Thanks.