----- Original Message ----- From: "Kevin Grey" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 2:55 PM Subject: A Type object that accepts anything as a nested value
> > Heya, > > Is it possible to create a Type in ANT that can be handed all > nested elements as a DOM tree (or equivalent)? That is, rather than doing > addTYPE() for each nested element, you'd be able to just receive everything > in one function call and interpret it on your own... no. not in ant 1.x; its an artifact of the way it parses everything iself. So, no, you cant have arbitrary XML inside a task. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
