Create an interceptor to strip XML namespaces....
-------------------------------------------------
Key: CXF-1291
URL: https://issues.apache.org/jira/browse/CXF-1291
Project: CXF
Issue Type: New Feature
Components: Core
Affects Versions: 2.0.3
Reporter: Daniel Kulp
A couple of folks on cxf-user have asked for the ability to return XML with all
the namespaces completely stripped out.
An "interesting" approach could be to add an interceptor immediately after the
StaxOutInterceptor that would wrapper the XMLStreamWriter with a writer that
would discard all namespace related events. We just need the interceptor to be
created. Adding it can be a configuration item for the user.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.