XMLC TaskDef for Ant

This package provides org.apache.tools.ant.taskdefs.optional.XMLC, an
optional TaskDef for the Ant build system, and a modified version of
XMLC from Enhydra.org.  XMLC compiles HTML and XML documents to Java
classes implementing the W3C Java bindings for DOM.  The TaskDef can
be used within Ant to keep you source XML documents and class files
in sync.

To use this TaskDef in your ant build.xml files you must place lib/xmlctaskdef.jar and
lib/xmlc.jar in your classpath.  And either add "xmlc=org.apache.tools.ant.taskdefs.optional.XMLC" 
to your default.properties file for ant, or define a new taskdef in the init of your
build.xml file: "<taskdef name="xmlc" classname="org.apache.tools.ant.taskdefs.optional.XMLC" />

