On 2010-01-26, Sergey Beryozkin wrote: > As Dan said, it could be that an Element representing TextWithNodes > can have the whitespaces significant for your specific case lost > (not reported) by the reader. Perhaps the reader has to be > instructed to report these whitespace nodes, which are > non-significant by default ? Please check if whitespace nodes are > reported and if not then may be CXF can introduce a contextual > property which would ensure a message-specific reader is instrcuted > accordingly
We know the XMLStreamReader is reporting the whitespace (because we use it elsewhere, without this problem). Any idea where the "contextual property" might be documented, so I can get some configuration tips? Thanks, Adam
