On 8/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: jmsnell Date: Mon Aug 21 13:20:36 2006 New Revision: 433345URL: http://svn.apache.org/viewvc?rev=433345&view=rev Log: If an element already contains a child, don't add it again.
Why would there be any code doing this? It seems like the kind of case that's only an error, should we really let it happen and slow everything down with the extra if, or should we just fix the code that tries to do it? -garrett
