hello all, I would like to stream a XML tree to a file with encoding iso-8859-7 I currently use the following procedure ...... std::ofstream ofs ("result.xml"); xml_schema::namespace_infomap map; project (ofs, p, map); where p is an instance of my project. The generated file using Unicode encoding (UTF-8). Is there a way to change that? thanks yianis