Re: [Xmltask-users] XML comment line end-of-line

2010-09-03 Thread Mark Coffin
Hi Gisella, You can probably run the fixcrlf ant task to correct this, info for 1.7 is here: http://ant.apache.org/manual/Tasks/fixcrlf.html Which platform did you run the Xmltask on? Also, are the Unix "\n" appearing inside the comment block or outside? For example: Mark Coff

Re: [Xmltask-users] XML comment line end-of-line

2010-09-03 Thread Saavedra, Gisella
Thank you for the prompt response. the Unix "\n" appearing inside the comment block or outside? Inside --- I am running on Windows XP. My original file comment was: \r\n After the file got nodes added (so it was rewritten) through xmltask, the comment showed as: \r\n All th