Hi, I'm looking for the way to filter out control characters prohibited by XML spec at/after marshalling. Otherwise consumers are unable to unmarshal the content.
Is there an out of the box means for doing that? If not, can you recommend the right way for doing that? I just did similar exercise with CXF, there it was took creating custom XMLStreamWriter and using outbound interceptor to replace original writer with custom one. Thanks, Pavel