On Fri, 14 Jan 2005, Dominique Devienne <[EMAIL PROTECTED]> wrote: > There's one last twist about text handling in Ant that I > discovered with a modified version of <echo> though: Ant > merges text nodes for an element, calling addText() only > once, so <a>b<c>d</c>e</a> does not call addText("b") and > later addText("e"), but addText("be"), so you don't get > the same DOM fragment as what's in the build file.
Yes, I know. Since most tasks don't support mixed content models, that is no problem for them. It is a problem, but one that would be rather hard to fix without breaking BWC. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]