Re: pb with http request

2002-08-03 Thread Cyril Vidal
OK thanks! It was because of spurious whitespaces before the xml declaration. It runs well now...;-) Cyril. - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 3:15 AM Subject: Re: pb with htt

Re: pb with http request

2002-07-31 Thread cyril vidal
OK thanks! It was because of spurious whitespaces before the xml declaration. It runs well now...;-) Cyril. > - Original Message - > From: "Joerg Heinicke" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 31, 2002 3:15 AM &

Re: pb with http request

2002-07-30 Thread Joerg Heinicke
This has nothing to do with the example, it's a common error message, when having the XML declaration not as the absolutely first thing in the XML file. There must not be any whitespaces or other characters in front of the XML declaration and it has to be in the form as at http://www.w3.org/TR

pb with http request

2002-07-30 Thread cyril vidal
Hy,    I just was trying to run the example wrotten by Steve Punk in "Getting started with Cocoon 2" http://www.xml.com/lpt/a/2002/07/10/cocoon2.html   More precisely, the last example that calculates a factorial from a numeric value submitted via HTTP POST.   Here's the sitemap:   http://ap