Browse Source

external Xclude task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276764 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
4f24496d02
2 changed files with 89 additions and 0 deletions
  1. +57
    -0
      docs/external.html
  2. +32
    -0
      xdocs/external.xml

+ 57
- 0
docs/external.html View File

@@ -4739,6 +4739,63 @@
<a href="http://www-124.ibm.com/developerworks/oss/CPLv1.0.htm">Common Public
License (CPL)</a>
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Xcluder"></a>
Xcluder
</h4>
<p>xcluder is an XML Inclusions (XInclude) task for Apache Ant.
Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
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).
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/projects/xcluder">http://sourceforge.net/projects/xcluder</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:mbatsis@users.sf.net">mbatsis@users.sf.net</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GNU General Public License (GPL), GNU Library or Lesser
General Public License (LGPL)
</td>
</tr>
</table>
<h4 class="subsection">


+ 32
- 0
xdocs/external.xml View File

@@ -2565,6 +2565,38 @@
</table>
</subsection>

<subsection name="Xcluder">
<p>xcluder is an XML Inclusions (XInclude) task for Apache Ant.
Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>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).
</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://sourceforge.net/projects/xcluder">http://sourceforge.net/projects/xcluder</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:mbatsis@users.sf.net">mbatsis@users.sf.net</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License (GPL), GNU Library or Lesser
General Public License (LGPL)
</td>
</tr>
</table>
</subsection>

<subsection name="XDoclet">

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


Loading…
Cancel
Save