Back to Forums








View Full Version : ASP String Question


BigBrave50
March 30th, 2005, 18:45 PM
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.

BigBrave50
March 30th, 2005, 21:39 PM
Ok i sorta figured it out, just one last problem, heres what it looks like in the coding:

<
whatever
>

but when this is seen in the browser it looks like:
< whatever >

I cannot have the space between the carrots and the contents, any ideas?