hello drupal community!
I'm experiencing a problem with the xml code generated by my installation of drupal.
Since i've upgraded from 4.5 the /feed page is no more readable and I get back an error message; I don't know yet how it comes out but i've noticed that -in the http[...]/feed generated code- there is a first blank line that -in my modest opinion- could be the cause of the error.
I get back this message : "la dichiarazione XML non è all'inizio di un'entità esterna" that should means "xml declaration isn't at the beginning of an external entity".
The error message also indicate row 2 col 1 as error-mark, strengthening my convictions.
I've tried to "hack" a little bit the common.inc and xmlrpc/s.inc but i cannot fix this problem..
has anyone already experienced the same problem? could i get a little help please?
thanks a lot in advance
tom
Comments
Trailing Return
This can be a nasty one to find. There's probably a trailing return in a module or include file, after the ?> at the bottom of a file. I found it in an include file, a bunch of not only returns but tabs. So check modules you've edited recently, and make sure the ?> is the last thing in the file.
site map module
thanks a lot for your time smichel,
i've found a bug request altready opened in the site map module here. I'll soon start diggin' a bit to find a fix or a workaround, in the meanwile i've disabled the module and everything seems ok.
cheers again
Tom