Most XML Converters allow you to specify some type of line separator (referred to in the converter URI as newline). The following table summarizes commonly occurring values. All values are case-insensitive.
Table 6-1. Line Separator Values
Value
Description
cr or mac
The Macintosh standard.
crlf or dos
The DOS and Windows standard.
lf or unix
The Unix standard.
lfcr
Not standard usage.
nel
0x85 (commonly found in mainframes).
null
A null byte.
platform
If another value has not been specified, the line separator uses the platform value as returned by the System.getProperty("line.separator") method.