DITA-OT supports defining the code reference target file encoding using the
If a character set is not defined, the system default character set will be used. If the character set is not
recognized or supported, the
Code references can be limited to extract only a specified line range by defining the
Start and end line numbers start from 1 and are inclusive. If the end range is omitted, the range ends on the last line of the file.
Only lines from 5 to 10 will be included in the output.
DITA-OT implements line position and range from
Start and end line numbers start from 0 and are inclusive and exclusive, respectively. If the start range is omitted, the range starts from the first line; if the end range is omitted, the range ends on the last line of the file. The format for line position is:
Position line number starts from 0.
Only lines from 5 to 10 will be included in the output.