Hi All, I am writing some data to file using Templet..
fileName = "C:/cs_db.xml"; BufferedWriter writer = new BufferedWriter( new FileWriter(fileName)); if ( template != null) template.merge(context, writer); is it possible to specify the encoding format (like ebcidic or utf-8 etc..) Also I need to write data in different encoding formats.. Please help me Thanks Sashi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]