Jax B converts 'r' into '\n'
Greetings,
My xml file contains special chars such as '\r'.
JAXB converts \'r' chars into '\n' while reading xml file.
I am reading the values into String variables.
How can Prevent that.
Do I need to change the variable type in my XSD.
Your help is appreaciated.
-Prasad

