Browse Source

Add pointer to XInclude.

Submitted by:	Mario Jeckle <mario at jeckle dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274257 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
53a5f3aac0
2 changed files with 86 additions and 1 deletions
  1. +57
    -0
      docs/external.html
  2. +29
    -1
      xdocs/external.xml

+ 57
- 0
docs/external.html View File

@@ -2703,6 +2703,63 @@
valign="top" align="left">
BSD license
</td>
</tr>
</table>
<br/>
<a name="XInclude"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>XInclude</strong>
</font>
</td></tr>
</table>
<p><a href="http://www.jeckle.de/freeStuff/xia/index.html">XInclude</a> is
a W3C standardized vocabulary for including arbitrary text or XML
documents in other XML documents. This task perfomes the inclusion
using an existing XInclude implementation</p>
<table class="ForrestTable" 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.5.2
</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://www.jeckle.de/freeStuff/xia/index.html">http://www.jeckle.de/freeStuff/xia/index.html</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:mario@jeckle.de">mario@jeckle.de</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Lesser GNU Public License
</td>
</tr>
</table>
<br/>


+ 29
- 1
xdocs/external.xml View File

@@ -1277,8 +1277,36 @@
</table>
</subsection>
<subsection name="XmlTask">
<subsection name="XInclude">
<p><a href="http://www.jeckle.de/freeStuff/xia/index.html">XInclude</a> is
a W3C standardized vocabulary for including arbitrary text or XML
documents in other XML documents. This task perfomes the inclusion
using an existing XInclude implementation</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5.2</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.jeckle.de/freeStuff/xia/index.html">http://www.jeckle.de/freeStuff/xia/index.html</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:mario@jeckle.de">mario@jeckle.de</a></td>
</tr>
<tr>
<th>License:</th>
<td>Lesser GNU Public License</td>
</tr>
</table>
</subsection>

<subsection name="XmlTask">
<p>XmlTask provides a simple means to modify XML documents
without having to learn XSLT. A simple path reference to an
XML node specifies the node you want to change, and how you


Loading…
Cancel
Save