> Is there a DTD for build.xml files?
One of the beauties of Ant is that the set of valid XML is determined dynamically via introspection of the tasks. One thing that I always thought would be fun to do, but haven't gotten around to doing it would be to write a task which introspected the tasks and produced a DTD that could be used. Ant, of course, would have no use for this; but it could prove useful for other tools like Xeena - Sam Ruby
