#16 [xhtml]
The Basic Ant File
The Ant file is usually called 'build.xml' and is an XML file.
The root element is 'project' and has an attribute 'name' containing your project name:
<project name="myxslt"> <!-- My project file --> </project>