status = xmldoctohtml(source_dirs, destination_dir, main_title, overwrite)
| Parameter | Description |
|---|---|
| source_dirs | a cell of string: list of xml filenames. |
| destination_dir | a string: directory destination. |
| main_title | a string: title of main index. |
| overwrite | a logical: force overwrite if file destination already exists |
| html_type | a string: 'web' default or 'html' (local) |
| Parameter | Description |
|---|---|
| status | a logical: files generated or not. |
xmldoctohelp converts xml Nelson help files to html.
| Version | Description |
|---|---|
| 1.0.0 | initial version |
| 1.15.0 | html_type input argument |