Don't pre-escape it. Let the CXF runtime escape it. The runtime doesn't know if a string that is being passed in is XML or just a straight string. Thus, it will always escape any of the XML special characters. You don't need to do it.
Dan On Wednesday 16 April 2008, adam_j_bradley wrote: > Interestingly, when I inspect the variable I see > http://www.papernapkin.org/pastebin/view/500/ > > But the result in the trace to the Console via the > LoggingOutInterceptor is still incorrect. > > Adam -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
