Advertisement

02.06.2008 at 06:56AM PST, ID: 23141317 | Points: 100
[x]
Attachment Details

XML and RSS feed problem

Asked by cookmyster in RSS, Extensible Markup Language (XML)

Good Morning,

I have made this RSS with XML and it works great.  My question is how do people subscribe to it.  I noticed some sites have the RSS feed symbol in the right corner of the address line, and then some sites have a RSS logo on the page and click on it and you can select the feed you want to subscribe.

So my questions are:

1) What is the proper way to get people to subscribe to feeds:
2) How do I get the RSS feed in the address line??
3) Can I track how many people have subscribed to the feed??

Thank you

Rich

I have attached my code:


<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>News</title>
      <link>http://127.0.0.1/</link>
      <description>Whatever Company  News</description>
      <language>en-us</language>
      <pubDate>Mon, 4 Feb 2008 04:00:00 GMT</pubDate>

      <lastBuildDate>Mon, 4 Feb 2008 04:00:00 GMT</lastBuildDate>
      <docs>http://127.0.0.1/rss</docs>
      <generator>Weblog Editor 2.0</generator>
      <managingEditor>editor@example.com</managingEditor>
      <webMaster>webmaster@example.com</webMaster>
        
        <item>
         <title>News Article</title>
         <link>http://www.example.com/specialevents.htm</link>
         <description>Whatever new article</description>
         <pubDate>Mon, 4 Feb 2008 04:00:00 GMT</pubDate>
         <guid>http://www.example.com/specialevents.htm</guid>
      </item>
        
        <item>
         <title>News Article #2</title>
         <link>http://www.example.com/specialevents.htm</link>
         <description>Whatever new article</description>
         <pubDate>Mon, 4 Feb 2008 04:00:00 GMT</pubDate>
         <guid>http://www.example.com/specialevents.htm</guid>
      </item>
      
        <item>
         <title>News Article #3</title>
         <link>http://www.example.com/specialevents.htm</link>
         <description>Whatever new article</description>
         <pubDate>Mon, 4 Feb 2008 04:00:00 GMT</pubDate>
         <guid>http://www.example.com/specialevents.htm</guid>
      </item>
        
      </channel>
</rss>Start Free Trial
[+][-]02.08.2008 at 03:14PM PST, ID: 20855100

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]02.08.2008 at 07:35PM PST, ID: 20856089

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.18.2008 at 08:43AM PDT, ID: 22037026

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628