Hello, I have to do some complicated XML dynamic transformation and after reading this article I think that the property 'outDefaultNamespace' might be helpful:
http://cxf.apache.org/docs/transformationfeature.html < The 'outDefaultNamespace' feature property can be used to enforce the default namespace declaration. The value of this property has to match one of the out namespaces. " Unfortunatelly, I couldn't find any snippet out there showing to me how I should really use it. Has any of you used this property? If so, could you please explain to me how it really works and paste the necessary code to properly use it? Thanks a lot in advance Carlos Garcia
