Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 10551 invoked by uid 500); 14 Mar 2003 12:03:52 -0000 Received: (qmail 10548 invoked from network); 14 Mar 2003 12:03:52 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 14 Mar 2003 12:03:52 -0000 Received: (qmail 29154 invoked by uid 1146); 14 Mar 2003 12:03:52 -0000 Date: 14 Mar 2003 12:03:52 -0000 Message-ID: <20030314120352.29153.qmail@icarus.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/xdocs external.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2003/03/14 04:03:51 Modified: docs external.html xdocs external.xml Log: Add pointer to XInclude. Submitted by: Mario Jeckle Revision Changes Path 1.95 +57 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- external.html 11 Mar 2003 13:51:33 -0000 1.94 +++ external.html 14 Mar 2003 12:03:51 -0000 1.95 @@ -2706,6 +2706,63 @@
+ + + +
+ + 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 +
+
1.72 +29 -1 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- external.xml 11 Mar 2003 13:51:33 -0000 1.71 +++ external.xml 14 Mar 2003 12:03:51 -0000 1.72 @@ -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