HI,

when i open the /blog/feed page in drupal, i get an error thats says :

url : http://www.infostand.net/blog/feed

-----------
XML parsing failed: syntax error (Line: 3, Character: 0)

Reparse document as HTML
1:
2:
3: <?xml version="1.0" encoding="utf-8"?>
4: ]>
5:
6:
------------

this is the output from the opera browser. In IE it works fine but IE is ignoring the first empty lines.

I tried to install the atom feed module, but same problem with that.

http://www.infostand.net/atom/feed

So any idea how to fix this ?

I'm using version 4.6.3.

DarkDexter

Comments

DarkDexter’s picture

hi,

there seems to be the problem that the XML starts on the 3rd line, and that is not valid.
And I looked at the normal page output. And every page that is generated starts on the 3rd line. So does anyone know how to fix that ?

DarkDexter