Is there any way to get xmlbeans go not generate an elements' attribute when it's field value is set to null?

For example, if I execute the following code:
       
        whateverElement.setWhateverField( null );

xmlbeans generates this xml attribute:

        WhateverField=""

I'd much rather have it generate nothing.

-peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to