Hi ,
I am using xStream for serializing and de-serializing objects. But when there is "&" present for any of the tag values , xStream is failing and throwing excpetion.
for e.g. this fails..
<tag>value & value</tag>
Exception :- "An entity name must immediately follow..."
<tag>value value</tag>
this passes
Is there any way to tell xStream to ignore certain characters
Thanks! Pratik