From 53a5f3aac0ac149003791a5532461c41c4e3084f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 14 Mar 2003 12:03:51 +0000 Subject: [PATCH] Add pointer to XInclude. Submitted by: Mario Jeckle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274257 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 30 +++++++++++++++++++++++- 2 files changed, 86 insertions(+), 1 deletion(-) diff --git a/docs/external.html b/docs/external.html index 2fa7cbf67..ad58b5864 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2703,6 +2703,63 @@ valign="top" align="left"> BSD license + + +
+ + + +
+ + XInclude + +
+

XInclude 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

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5.2 +
+ URL: + + + http://www.jeckle.de/freeStuff/xia/index.html + +
+ Contact: + + mario@jeckle.de +
+ License: + + Lesser GNU Public License +

diff --git a/xdocs/external.xml b/xdocs/external.xml index 80975cf2d..726a852f3 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1277,8 +1277,36 @@ - + +

XInclude 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

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5.2
URL: + http://www.jeckle.de/freeStuff/xia/index.html +
Contact:mario@jeckle.de
License:Lesser GNU Public License
+
+ + +

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