Save step

Saves input XHTML document to disk. The result of the this step is the save file.

Parameters (for clarity, the “save.” parameter name prefix is omitted here):

Name

Value

Description

encoding

A valid character encoding (e.g. UTF-8, Windows-1252).

Default: “UTF-8”.

Specifies the character encoding of the save file.

indent

A boolean: true (same as: yes | on | 1) | false (same as: no | off | 0).

Default: false.

Specifies whether the save file should be indented.

Note:

Do not specify indent=”true” in production.

The XML indentation created this way being very simple, this may add whitespace inside elements where space characters are significant.

out-file

A file path.

No default (required).

Specifies the path of the save file. A relative file path is relative to the current working directory.