DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4124>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4124

StreamGenerator does not preserve XML encoding PI





------- Additional Comments From [EMAIL PROTECTED]  2002-03-01 18:33 -------
This seems to be the reason:

  String charset =  getCharacterEncoding(request, contentType) ;
     if( charset != null)
     {
        this.inputSource.setEncoding(charset);
     }

The encoding is desumed from the request, not the xml itself.

Now, what is the "correct" thing to do?

Hmmm...

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

Reply via email to