I am working with Netbeans 6.0 Beta 2 on Vista. I am marshalling to a
FileOutputStream with the JAXB_ENCODING "UTF-8" and JAXB_FORMATTED_OUTPUT
set to true. By default the marshaller uses just a line feed character (\n)
for each line break. I would like it to use a carriage return and a line
feed (\r\n) in order for the output file to appear properly formatted when
opened with Notepad. What is the simplest way to accomplish this?
--
View this message in context: http://www.nabble.com/Marshalling-with-carriage-returns-tf4782297.html#a13681308
Sent from the java.net - jaxb users mailing list archive at Nabble.com.