In order to generate the pdf documents based on the examples you need to start XMLMill in interactive mode.
Please visit chapter 7 XMLMill Interactive in the userguide.pdf document to know how to use XMLMill in interactive mode.
After having started XMLMill successfully you'll see following screen:
Select to enlarge
- It is always worthwhile to have XMLMill InterActive at your fingertips during your project, as this way you can easily test the stylesheets you develop before moving them into production.
This directory contains the rnotes*.* files used to generate the release notes document. Based on a simplified variant of the 'docbook' dtd (check the rnotes.dtd), the PDF document is generated.
To generate the release notes document based on the rnotes*.* example do as follows:
- Start XMLMill in interactive mode
- Select the
Open... button to select the rnotes*.xml file.
- Select the
Log... button to select a directory where the .log file is written.
- Select the
XSL... button to select the rnotes*.xsl file.
- Select the
Convert... button to start the generation process.
After the generation has finished the content of the log-file is displayed:
Select to enlarge
To generate the .pdf documents based on the .mill examples do as follows:
- Start XMLMill in interactive mode
- Select the
Open... button to select all .mill files.
- Select the
Log... button to select a directory where the .log file is written.
- Select the
Convert... button to start the generation process.
During generation the progess bar will indicate how many files have already been processed:
Select to enlarge
After the generation has finished the content of the log-file is displayed:
Select to enlarge
- To know all elements/attributes valid in the
ml: namespace please visit the dtdguide contained in the docs directory in the distribution.
These examples show you how XMLMill can be used to generate 'high' volume documents, meaning large documents (+1000 pages). Please consult chapter 8 XMLMill Batch and 17 Volume testing in the userguide.pdf document for more information.
To generate the .pdf documents do as follows:
- Start XMLMill in interactive mode
- Select the
Open... button to select the .xml files.
- Select the
Log... button to select a directory where the .log file is written.
- Select the
XSL... button to select an *.xsl file.
- Select the
Log menu and subsequently check the DEBUG checkbox.
- Select the
Convert... button to start the generation process.
- During the convertion check the log file regularly to see how many records are processed.
The .xsl examples are located in the samples/xmlxsl/ directory and show you how to use an xsl stylesheet to transform a xml document to the ml: namespace.
To generate the .pdf documents based on the .xml/.xsl examples do as follows:
- Start XMLMill in interactive mode
- Select the
Open... button to select all .xml files.
- Select the
Log... button to select a directory where the .log file is written.
- Select the
Convert... button to start the generation process.
During generation the progess bar will indicate how many files have already been processed:
Select to enlarge
After the generation has finished the content of the log-file is displayed:
Select to enlarge
- All
.xml files refer to their corresponding .xsl file so there is no need to select the XSL button.
- To know all elements/attributes valid in the
ml: namespace please visit the dtdguide contained in the docs directory in the distribution.