bodewig 2004/04/06 06:50:06 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH antstructure.html Log: merge Revision Changes Path No revision No revision 1.7.2.3 +13 -3 ant/docs/manual/CoreTasks/antstructure.html Index: antstructure.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/antstructure.html,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -u -r1.7.2.2 -r1.7.2.3 --- antstructure.html 9 Feb 2004 22:12:06 -0000 1.7.2.2 +++ antstructure.html 6 Apr 2004 13:50:06 -0000 1.7.2.3 @@ -10,9 +10,19 @@ <h2><a name="antstructure">AntStructure</a></h2> <h3>Description</h3> -<p>Generates a DTD for Ant buildfiles which contains information -about all tasks currently known to Ant.</p> -<p>Note that the DTD generated by this task is incomplete, you can + +<p>Generates an DTD for Ant buildfiles which contains information +about all tasks currently known to Ant.</p> + +<p>Actually the DTD will not be a real DTD for buildfiles since Ant's +usage of XML cannot be captured with a DTD. Several elements in Ant +can have different attribute lists depending on the element that +contains them. "fail" for example can be <a +href="fail.html">the task</a> or the nested child element of the <a +href="../OptionalTasks/sound.html">sound</a> task. Don't consider the +generated DTD something to rely upon.</p> + +<p>Also note that the DTD generated by this task is incomplete, you can always add XML entities using <a href="taskdef.html"><code><taskdef></code></a> or <a href="typedef.html"><code><typedef></code></a>. See <a
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]