Creating an RSS feed

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Creating an RSS feed

    Has anyone created an rss feed?

    I need help. My RSS feed validates at feedvalidator.org but will not display in Mozilla.
    currently the file name is "rss.rdf"
    If I save the file as "rss.xml" then it displays.
    I have been to other sites and files that are "somefeed.rdf" display in Mozilla.

    Am I missing something? Is there some code that does not get displayed in the view source?

    All the sites I visit I can view the RSS file except mine.


    Of all the things I did not know.
    I did not know that the most!
    hector_sg webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. RSS Feed
      Hi, Has anyone already build a RSS feed for a news-site using asp.net (preferably C#)? Greetings -- Roland Wolters Homepage:...
    2. Creating rss feed with Coldfusion
      Hi, I'm getting the following xml errorswhen I'm trying to do this, can anybody help? ----error---- XML Parsing Error: xml processing...
    3. XML Feed
      Been going in circles on this one. NOAA (http://www.nws.noaa.gov/data/current_obs/seek.php?state=ut&Find=Find) gives xml and rss feeds for weather...
    4. ADVICE: Need sheet feed scanner for creating Word doc's w/Acrobat
      I need to scan about 1000 pages of mostly text, to be converted to Word documents and ultimately imported into InDesign. I have a flatbed scanner and...
    5. help with rss creating code creating an XML rss feed]
      When I run the following code I get the follwing error and cant really see the problem I am incxluding this file from another page thanks in...
  3. #2

    Default Creating an RSS feed

    Does anyone have an example of creating an rss feed (.xml file) using coldfusion and pulling the info from a db? I'm pretty lost at this point.

    Thanks!
    kidvolt Guest

  4. #3

    Default Re: Creating an RSS feed

    This is a nice way to do it....
    [url]http://www.webpronews.com/webdevelopment/webapplications/wpn-27-20040405CreatingYourVeryOwnRSSXMLFeedswithColdFusi onMX.html[/url]

    SilverStrike Guest

  5. #4

    Default Re: Creating an RSS feed

    Well, I figured it out. Drop me a line if you too need some help. Thanks!:D
    kidvolt Guest

  6. #5

    Default Re: Creating an RSS feed

    Hi there - well I did follow Pablo V's step-by-step instructions - and
    developed a CFM template that created a RSS XML file.

    Then I tried to validate:



    <?xml version="1.0" encoding="iso-8859-1"?>

    HELP! What did I do wrong?


    wildasia Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139