Building output using the dita command
You can invoke DITA-OT and build output using the dita command.
Procedure
Example
If you have added the absolute path for the install-dir/bin directory to the PATH system variable as recommended in the previous topic, the following command generates HTML5 output for the sequence.ditamap file and writes the output to the test directory:
dita -f html5 -i samples/sequence.ditamap -o test
If the dita command is not on your PATH, use the following command:
install-dir/bin/dita -f html5 -i samples/sequence.ditamap -o test