rptconvert
Convert DocBook XML files generated by Report Explorer to formatted reports
Syntax
Description
rptconvert
opens the DocBook XML converter in the
Report Explorer.
returns a list of valid DOM formats.formatList
= rptconvert("-domformatlist")
returns a list of valid templates for the specified DOM format.templateList
= rptconvert("-templatelist",domFormat
)
returns a list of all valid template identifiers and descriptions.templateList
= rptconvert("-templatelist")
returns a table of valid legacy formats that are not DOM formats.formatList
= rptconvert("-formatlist")
returns a list of valid style sheets for the specified legacy formats that are
not DOM formats.stylesheetList
= rptconvert("-stylesheetlist",legacyFormat
)
returns a list of all valid style sheet identifiers and descriptions.stylesheetList
= rptconvert("-stylesheetlist")
converts the specified DocBook XML file, generated by the Report Explorer, to a
report in the default format, HTML.rptPath
= rptconvert(srcDocBook
)
converts the DocBook to the specified format with the default style sheet or
default template of rptPath
= rptconvert(srcDocBook
,outFormat
)outFormat
.
uses the specific template of rptPath
= rptconvert(srcDocBook
,outFormat
,outTemplate
)outFormat
.
uses the specific style sheet of rptPath
= rptconvert(srcDocBook
,outFormat
,outStylesheet
)outFormat
.
___ = rptconvert(___,
specifies additional options for the function.addOpts
)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a