
daps
List of commands for daps:
-
daps:convert:html daps: Convert a DocBook XML file into a single HTML file.$ daps -d ${filename-xml} html --singletry on your machineexplain this command
-
daps:convert:pdf daps: Convert a DocBook XML file into PDF.$ daps -d ${filename-xml} pdftry on your machineexplain this command
-
daps:validate daps: Check if a DocBook XML file is valid.$ daps -d ${filename-xml} validatetry on your machineexplain this command
-
daps:version Display version of the daps tool.$ daps --versiontry on your machineexplain this command