bodewig 2004/04/06 06:48:22 Modified: docs/manual/CoreTasks antstructure.html Log: Clarify that antstructure isn't really that useful, PR: 27735 Revision Changes Path 1.9 +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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- antstructure.html 9 Feb 2004 21:50:05 -0000 1.8 +++ antstructure.html 6 Apr 2004 13:48:22 -0000 1.9 @@ -9,9 +9,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]
