EOL Property
The characters to use for separating lines.
Syntax
public String getEOL(); public void setEOL(String EOL);
Remarks
If specified, the component will format the output XML, using the specified characters to separate multiple lines for nested XML elements. The default value is CRLF ("\r\ n") .
This option should be combined with Indent for full effect.
Default Value
"\r\n"