Hello.
We must create a multilanguage site (English, French and Japanese) with C2
and a Postgres backend and we ran into serious problems with the different
encodings.
The architecture is now completely UNICODE/UTF8 (Postgres stores data in
UNICODE, the web browser receives pages in UTF8).
T
On 12.Jul.2001 -- 03:49 PM, Eric ... wrote:
(sorry, can't quote HTML)
Could you please state what problems occur?
xsp:ns has an extra "www." in it. Remove it and try again.
xmlns:xsp="http://apache.org/xsp";
Chris.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint:
My previous message "C2 and postgres" was wrongly expressedI reformulate it here:I succeeded in configuring Cocoon1 to use Postgresql but I do not succeed in doing so with Cocoon2.Here are two xsp files.They both aim at connecting to m
I find all I have to do is edit database.properties (and avoid
spelling mistakes). The jdbc driver needs to be in the classpath, of course.
--
Colin Paul Adams
Preston Lancashire
-
Please check that your question has not already
Can you tell me how to configure the database driver in Cocoon2 in order to connect to my postgres database named "dtw". The following first XSP code is working perfectly well under Cocoon1 :
xmlns:xsp="http://www.apache.org/1999/XSP/Core" xmlns:esql="http://apache.org/cocoon/SQL/v2">
o