The examples in this chapter are not directly visible with XMLMill Interactive but show you how to use XMLMill in Java applications.
The TestAppl.java is an example showing how to use XMLMill in your Java application. Please consult chapter 10. XMLMill API in the userguide.pdf document for more information.
This directory contains an example of how to use XMLMill with Apaches Cocoon.
The TestDOMXML.java and TestDOMXMLXSL.java examples demonstrate how to use XMLMill with org.w3c.dom.Document instance as input for XML and XSL documents. Please consult chapter 15. XMLMill and DOM in the userguide.pdf document for more information.
The TestJDBC.java example demonstrates how to use XMLMill with a database to get data out of a regular (non-xml) database and generate a PDF document. Please consult chapter 13. XMLMill and JDBC in the userguide.pdf document for more information.
This directory contains some examples to demonstrate how to use XMLMill in a servlet environment. Please consult chapter 11. XMLMill and Servlets in the userguide.pdf document for more information.
This directory contains an example to demonstrate that XMLMill is Thread-safe. Please consult chapter 17. Multi-threading in the userguide.pdf document for more information.