Hi , (I had asked this before but never found a solution, so here goes again),
Is it possible to remove the extra namespace (etc) declarations from Castor marshalled XML. We need to do this to reduce the amount of data which will be sent over the wire. The XML produced from castor is like; <TestBD xmlns="http://someNS "><id>1009</id><name>Test</name></TestBD> What I need is <TestBD ><id>1009</id><name>Test</name></TestBD> That is, I need to drop the Namespace declaration from the generated XML. Is this possible ? Thanks, Brian ************************************************************************** The information contained in this e-mail is confidential, may be privileged and is intended only for the use of the recipient named above. If you are not the intended recipient or a representative of the intended recipient, you have received this e-mail in error and must not copy, use or disclose the contents of this email to anybody else. If you have received this e-mail in error, please notify the sender immediately by return e-mail and permanently delete the copy you received. This email has been swept for computer viruses. However, you should carry out your own virus checks. Registered in Ireland, No. 205721. http://www.FINEOS.com ************************************************************************** ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
