> Rossel,
> 

> > can you look at the 'source' XML by serializing it with xml
> > serializer,
> > instead of html?
> > what does it show?
> 
> well i think i got my problem.
> the request generator accepts a parameter to force the 
> encoding of data
> retrieved.
> i misued it by setting the wrong charset.


3 things to know.

there is a way to force the charset for the requestGenerator
(parameter is called form-encoding or form-charset, i think).

Mozilla sends request data using the accept-charset attribute
of the <form>

IE sends request data using the encoding of the HTML page
where the form is.

All can be seen in wikiland 0.5

You will see that the form is in an HTML with a UTF-8 charset.
That the form has the attribute accept-charset set to UTF-8.

And I think (but not sure) has the form-encoding/charset set to UTF-8.

http://lolive.net is the homepage of wikiLand.

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to