xmldoctohelp
Converts xml Nelson help files to Nelson format.
📝 Syntax
status = xmldoctohelp(source_dirs, destination_dir, main_title, overwrite)
📥 Input argument
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
📤 Output argument
status - a logical: files generated or not.
📄 Description
xmldoctohelp converts xml Nelson help files to Nelson format.
🔗 See also
xmldocbuild, buildhelp, buildhelpweb.
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?