You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2003/11/01 04:55:22 UTC

Re: Create and writean XML file

Christian Orsatti <or...@istar.fr> 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: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org