hi , How can i omit (xsi:nil="true") in my XML generated by XMLBeans when a attribute is null ?
When i use validate of my Document, if i have problems in my xml he return false, ok, but how can i know what attribute is wrong ? I need compose a friendly message to my user with error in XML, to do it i need to know what is wrong, how to do this ? regards.

