Community
Participate
Working Groups
Current the Ant xml formatter inserts new lines using System.getProperty("line.separator"). This will cause problems if the document is edited/formatted on muliple platforms. We should be using TextUtilities.getDefaultLineDelimiter(IDocument)
Fixed up to use the TextUtilities. Changes to XmlDocumentFormatter, XmlDocumentFormattingStrategy and XmlElementFormattingStrategy. Tests updated in XmlDocumentFormatterTest.
Please verify Kevin.
verified