Hi, no need to configure anything. Castor is well able to deal with namespaces in a correct way (I have seen about two bugs in this area in the last two years), and it will minimize use of XML prefices wherever possible.
In addition, you will be able to set default namespace URI to namespace prefix mappings at the Marshaller before marshalling your XML. Regards Werner KARR, DAVID (ATTCINW) wrote: > Out of the box, Axis 1.3 generates very noisy marshaller output when > namespaces are in use. I often see it generate a namespace declaration > in every single element with different prefixes, even when all of the > elements use the same namespace. As a result, the overwhelming majority > of the content of these messages is identical namespace strings. What > should I expect to see when marshalling objects with Castor? Will this > already be "optimized" out of the box, or do I need to configure this? > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

