When I try the following... my $file = 'source.xml'; my $parser = new XML::Xerces::DOMParser(); $parser->parse(XML::Xerces::LocalFileInputSource->new($file)); .. all unicode-references (ex.: ä) are replaced. So printing the DOM tree to a file with XML::Xerces::DOMParse::print creates a new document with errors because of the missing unicodes. How can I parse and manipulate a document without all unicode-references being replaced? They have to be the same in the source-file and in the created file. Gero Mei�ner Heinze GmbH Gesch�ftsstelle Ost Paradiesstra�e 206B 12526 Berlin Tel: +49 (030) 67 97 09 24 Fax: +49 (030) 67 97 09 34 email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
