Results 1 to 2 of 2

Thread: ASP String Question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    16

    ASP String Question

    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.

  2. #2
    Junior Member
    Join Date
    Jul 2004
    Posts
    16
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •