using XML Writer i wrote a programme that reads a log file and creates a XML output accordingly but then i found out the XML output is not intended. it seems like the whole XML is in one line. when i open the XML in a web browser it comes fine but when i open it text editors everything comes as a mess. is there any way to intend or at lest break to new line after every tag???
i tried 'NEWLINES => 1' but it brakes the line before the close angle bracket '>'
thank you in advance