We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8471
    • 333 Posts
    Hi... IE 7 says me this about my ditto’s rss
    it isn’t a valid xml declaration
    Line: 1 Character: 6
    <p><?xml version="1.0" encoding="iso-8859-1" ?>

    and feed validator says this
    Sorry
    This feed does not validate.
    
    line 1, column 0: Undefined root element: p [help]
    
    <p><?xml version="1.0" encoding="iso-8859-1" ?>line 1, column 3: XML parsing error: <unknown>:1:3: xml declaration not at start of external entity [help]
    
    <p><?xml version="1.0" encoding="iso-8859-1" ?>


    I’m using ditto 1.1
      Sorry for my bad English grin
      • 22303 MODX Staff
      • 10,725 Posts
      Quote from: edipo at Oct 21, 2006, 07:49 AM

      Hi... IE 7 says me this about my ditto’s rss
      it isn’t a valid xml declaration
      Line: 1 Character: 6
      <p><?xml version="1.0" encoding="iso-8859-1" ?>

      and feed validator says this
      Sorry
      This feed does not validate.
      
      line 1, column 0: Undefined root element: p [help]
      
      <p><?xml version="1.0" encoding="iso-8859-1" ?>line 1, column 3: XML parsing error: <unknown>:1:3: xml declaration not at start of external entity [help]
      
      <p><?xml version="1.0" encoding="iso-8859-1" ?>


      I’m using ditto 1.1

      Why is there a P tag before the XML declaration? Is this feed setup on a page with the blank template and returning content type of text/xml? You’ll need to set it up that way if not...
        • 8471
        • 333 Posts
        Thanks I have solved, the FCKEditor has added a <p>...
          Sorry for my bad English grin