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
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
&
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
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