From: Shea Martin Date: 2005-10-26T12:52:04+09:00 Subject: REXML::Document.write( my_file, 0, true, false ) I am reading in simple xml document, adding an element and writing it out. the green ones But when I write out the document I get the green ones Is there a way to prevent the extra newline characters on closing brackets? Or am I better to call an external command to do the formatting for me? THanks, ~S