Hi All, Is there any way to let woodstox convert illegal characters into 'character entity'? (or strip them out).
The problem I am facing, that some of my data may contain illegal characters, which causes com.ctc.wstx.exc.WstxIOException: Invalid white space character.. exception. I want to avoid running check on all my java beans and instead just have one place where everything get 'fixed'. Any ideas how to best handle this problem, either by configuring woodstox or providing some custom writer are welcome. Thanks, Roman
