On Nov 11, 2007 2:36 AM, John Bellone <[EMAIL PROTECTED]> wrote: > "[Fatal Error] :2:1: Content is not allowed in prolog."
This error message is thrown out by the XML parser. It indicates, that the document is not well formed, because the parser expects to see only the XML prolog, XML comments, or PI's before the root element. Reasons include things like HTTP headers as input for the parser, wrong charset when converting a character stream into a byte stream or similar stuff. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]