can you help me validate?

Discussion in 'XML & RSS' started by TCR, Apr 3, 2006.

  1. #1
    second edit: I need help!!! I can not get this damn thing to Validate!!!

    Please help, someone!! I cannot get it to work, I losing hair by the minute.

    the file is as follows:

    <?xml version="1.0" encoding="iso-8859-1"?>
        <rss version="2.0">
    
        <channel>
    
        <title>Cramer's Opening Discussion</title>
        <description>The Topps Company (TOPP) ...recommending a value play here.  Topp is my most valuable player....</description>
        <link>http://thecramerreport.com/April%203-7/monday.html</link>
    
        <item>
        <title>Cramer's LIGHTNING ROUND</title>
        <description>BULLISH:  Vasco Data (VDSI) Cytic Corp (CYTC) Penn National Gaming (PENN)  BEARISH: Avon (AVP)...</description>
        <link>http://thecramerreport.com/April%203-7/monday.html</link>
        </item>
    
        <item>
        <title>Cramer's Mid Show Mention</title>
        <description>Iconix (ICON)This company I like may produce nothing of value, but it does make itself a lot of money!  I think it could do the same thing for you...</description>
        <link>http://thecramerreport.com/April%203-7/monday.html</link>
        </item>
    
       
    
        </channel>
    
        </rss>
    PHP:
     
    TCR, Apr 3, 2006 IP
  2. Slapyo

    Slapyo Well-Known Member

    Messages:
    266
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Slapyo, Apr 4, 2006 IP
  3. pachecus

    pachecus Well-Known Member

    Messages:
    1,841
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    110
    #3
    <?xml version="1.0" encoding="iso-8859-1"?>
    <rss version="2.0">
    <channel>
    <title>Your Title</title>
    <link>http://YourUrl.com/</link>
    <description>Your Description</description>
    <item>
    <title>
    Cramer's Opening Discussion
    </title>
    <description>
    The Topps Company (TOPP) ...recommending a value play here. Topp is my most valuable player....
    </description>
    <link>
    http://thecramerreport.com/April 3-7/monday.html
    </link>
    <guid>
    http://thecramerreport.com/April 3-7/monday.html
    </guid>
    </item>
    <item>
    <title>
    Cramer's LIGHTNING ROUND
    </title>
    <description>
    BULLISH: Vasco Data (VDSI) Cytic Corp (CYTC) Penn National Gaming (PENN) BEARISH: Avon (AVP)...
    </description>
    <link>
    http://thecramerreport.com/April 3-8/monday.html
    </link>
    <guid>
    http://thecramerreport.com/April 3-8/monday.html
    </guid>
    </item>
    <item>
    <title>
    Cramer's Mid Show Mention
    </title>
    <description>
    Iconix (ICON)This company I like may produce nothing of value, but it does make itself a lot of money! I think it could do the same thing for you...
    </description>
    <link>
    http://thecramerreport.com/April 3-9/monday.html
    </link>
    <guid>
    http://thecramerreport.com/April 3-9/monday.html
    </guid>
    </item>

    </channel>
    </rss>


    this is a valid xml
    http://validator.w3.org/feed/
     
    pachecus, Apr 4, 2006 IP