From 4f24496d023c1f8d62f8d510783df99fa4b1a65b Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 11 Aug 2004 06:54:44 +0000 Subject: [PATCH] external Xclude task git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276764 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 32 ++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) diff --git a/docs/external.html b/docs/external.html index d67b1bf9d..450278b64 100644 --- a/docs/external.html +++ b/docs/external.html @@ -4739,6 +4739,63 @@ Common Public License (CPL) + + +

+ + Xcluder +

+

xcluder is an XML Inclusions (XInclude) task for Apache Ant. + Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API. +

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.4 or later. XInclude compliance depends on the + underlying Xerces or XOM used. Xerces 2.5.0 and above works fine, + but please note that 2.6.1 and 2.6.2 processed the + http://www.w3.org/2003/XInclude, now obsolete by + http://www.w3.org/2001/XInclude used by the latest + Candidate Recommendation (13 April 2004). + +
+ URL: + + http://sourceforge.net/projects/xcluder +
+ Contact: + + mbatsis@users.sf.net +
+ License: + + GNU General Public License (GPL), GNU Library or Lesser + General Public License (LGPL) + +

diff --git a/xdocs/external.xml b/xdocs/external.xml index cc45b1b6b..a334da2fe 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2565,6 +2565,38 @@ + +

xcluder is an XML Inclusions (XInclude) task for Apache Ant. + Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API. +

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 or later. XInclude compliance depends on the + underlying Xerces or XOM used. Xerces 2.5.0 and above works fine, + but please note that 2.6.1 and 2.6.2 processed the + http://www.w3.org/2003/XInclude, now obsolete by + http://www.w3.org/2001/XInclude used by the latest + Candidate Recommendation (13 April 2004). +
URL:http://sourceforge.net/projects/xcluder
Contact:mbatsis@users.sf.net
License:GNU General Public License (GPL), GNU Library or Lesser + General Public License (LGPL) +
+
+

XDoclet is an extended Javadoc Doclet engine for use in Ant.