Christian Orsatti <[EMAIL PROTECTED]> writes: > It work properly and I have for first line: > > <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
Good. > But then if I replace the 2 last lines and that I use instead the > function writeToString: > > my $str = $writer->writeToString($doc); > print STDERR "$str\n"; > > then the first line is: > > <?xml version="1.0" encoding="UTF-16" standalone="no" ?> > > where the eoncoding is not right. I found that pretty strange. > I hope that help you. Yeah - strange. Could you report this as a bug at: http://nagoya.apache.org/bugzilla/ You'll need to create an account first, but it will help not lose this. > PS: Let me know when your new version is available and I will let me > know my feedbak. Will do. Thanks again, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
