Infinity is one long line for the entire document.
Not all tags are allowed to have \n placed after them, because the \n could seen as a space as defined by the DTD, i.e. CDATA
Also the xml standard allows \n to be insert before an end tag delimeter
......</element
>.........
This can be enabled or disabled using the writenobreakattag variable.