> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I have been able to generate some custom tasks with parameters and > nested elements below. But - one I am missing one thing - is it > possible to also embed arbitrary XML inside a build task and access > it as a DOM tree?
In CVS HEAD, there's a new ...ant.util.XMLFragment class/datatype that allows you to get arbitrary XML elements and attributes (but not XML comments, Processing instructions, etc...). It's usually enough though. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]