EOL Property
The characters to use for separating lines.
Syntax
property EOL: String;
Default Value
'\r\n'
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 ('#13#10') .
This option should be combined with Indent for full effect.
Data Type
String