PurposeExtend Ant to support XML inclusions formulated according to the XInclude standard.
Installationjdom-1.0b9rc.jarxercesImpl-2.0.2.jarxia.jarxincluder.jarxmlParserAPIs-2.0.2.jar<taskdef name="include" classname="de.jeckle.AntExtension.XIncludeTask"/>
Usagefile attributes names the input file containing XInclude elements according to the specification.tofile attribute.
| |||||||||||||
Example<project
name="myProject"
default="all"
basedir=".">
<taskdef name="include" classname="de.jeckle.AntExtension.XIncludeTask"/>
...
<target name="myTarget1">
...
<include
file="sourceContainingXIncludeStatements"
tofile="resultFile"/>
...
</target>
...
</project>
LicenseThe implementation is released unter the Lesser GNU Public License.
The used XInclude implementation contains two JAR files from the Apache XML Project (i.e. xercesImpl-2.0.2.jar and xmlParserAPIs-2.0.2.jar),
and one JAR file from the JDOM Project (jdom-1.0b9rc.jar).
Tested Versions
Related Stuff
Download![]()
Service provided by Mario Jeckle
Generated: 2004-06-11T07:12:31+01:00
Feedback
SiteMap
This page's original location: http://www.jeckle.de/freeStuff/xia/index.html
RDF description for this page