September 2002
Intermediate to advanced
608 pages
14h 20m
English
The Ant build.xml file for this chapter, shown in Listing 9.10, is located in the nfl/presentation/xml directory, and builds our XML outputters (XML.java and JDOM.java) along with their version_info file. The only notable requirement about this buildfile is the JAR files that need to be provided. xerces.jar is needed to create or parse the XML file using DOM; jdom.jar is needed to create or parse an XML file using JDOM. In both cases, xalan.jar is needed to provide the XSL transformer classes for output or transformation.
The three property values at the beginning of the file will need to be updated to reflect your system's directory structure. The first property indicates where ...
Read now
Unlock full access