xmlmulti
The xmlmulti
sample program creates multiple XML files from a source document. The main file contains the table of contents. Each H1 heading is contained within its own file. The main file contains hyperlinks to each H1 block; each H1 file contains navigation to the table of contents, as well as to the previous and next blocks. This program runs on Windows platforms only.
To run multi
, type the following at the command line:
xml
multiinputfile
outputfile
where:
inputfile
is the full path and file name of the source document.
outputfile
is the full path and file name of the first XML output file.