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 |
| A valid character encoding (e.g. Default: “ | Specifies the character encoding of the save file. |
| A boolean: Default: | Specifies whether the save file should be indented. 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. |
| A file path. No default (required). | Specifies the path of the save file. A relative file path is relative to the current working directory. |