diff --git a/docs/external.html b/docs/external.html index a29029e26..d694d654c 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1555,6 +1555,81 @@ + + + +
+ + XmlTask + +
+
+

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 + want to allow XML insertion and removal, or attribute + changes. The emphasis is on providing the simplest means to + perform common XML replacements

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.4 and later + +
+ + URL: + + + + http://www.oopsconsultancy.com/software/xmltask.html + +
+ + Contact: + + + + xmltask@oopsconsultancy.com + +
+ + License: + + + + GNU General Public License + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index d604e18e1..6c11b67f1 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -554,6 +554,35 @@ + + +

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 + want to allow XML insertion and removal, or attribute + changes. The emphasis is on providing the simplest means to + perform common XML replacements

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.4 and later
URL:http://www.oopsconsultancy.com/software/xmltask.html
Contact:xmltask@oopsconsultancy.com
License:GNU General Public License
+
+