User`s guide

rptconvert
11-101
rptconvert
Convert DocBook XML files into supported document formats
Syntax
rptconvert()
rptname = rptconvert (source)
rptname = rptconvert (source, format)
rptname = rptconvert (source, format, stylesheet)
...=rptconvert(...,'-view')
...=rptconvert(...,'-quiet')
...=rptconvert(...,'-verbose')
sheetlist = rptconvert('-stylesheetlist')
sheetlist = rptconvert('-stylesheetlist',format)
FORMATLIST = rptconvert('-formatlist')
Description
This function converts a DocBook XML source file created by the report-generation
process to a supported document format. For information about supported output
formats, see “Supported Report Formats”.
rptconvert() with no input arguments launches the converter. When input arguments
are passed to this function, rptconvert converts the XML document to the specified
format and displays status messages to the MATLAB Command Window.
rptname = rptconvert (source)
rptname = rptconvert (source, format)
rptname = rptconvert (source, format, stylesheet)
In the following commands:
source is the name of the DocBook XML file created by the report-generation process.
You can specify this file name with or without its file extension.