A QUESTION ABOUT RSS and xml

Discussion in 'XML & RSS' started by ehud37new, May 3, 2009.

  1. #1
    Hi

    I copied this code

    
    <?xml version="1.0" encoding="utf-8"?> 
    <rss version="2.0"> 
    <channel> 
    <title>Website Feed</title> 
    <description>Website Feed coded manually</description> 
    <link>http://www.yourdomain.com</link> 
    <item> 
    <title>Sale this week only</title> 
    <description>All household products are 50% off this week only</description> 
    <link>http://www.yourdomain.com/sales.htm</link> 
    </item> 
    <item> 
    <title>A Special Event</title> 
    <description>A Special Teleconference for our customers about our products</description> 
    <link>http://www.yourdomain.com/events.htm</link> 
    </item> 
    <item> 
    <title>Announcing new Products</title> 
    <description>Announcing a new line of products</description> 
    <link>http://www.yourdomain.com/products.htm</link> 
    </item> 
    </channel> 
    </rss> 
    
    Code (markup):
    and changed the links to my links save it a xml...
    and put the file in the server of course
    this is the only thing i need to do ?

    there is one link i put in the xml page and i changed this page
    (the web page in the site)
    how come i cant see a msg in my outlook there was a change in this link....?

    because i made a synch with the outlook

    :eek:

    thank you
     
    ehud37new, May 3, 2009 IP
  2. denshao2

    denshao2 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try adding pubDate and guid.
     
    denshao2, May 15, 2009 IP