Hi Which is the most efficient way of removing illegal characters from the JAXB XML Output for a JAX-RS service?
I have data values that have 0x00 which does get marshalled, however the client falls over because of this. I want to prevent these values from being written to the JAXB Output stream. Regards Kiren
