to xml .One of the column in mysql table has newline character,When I am passing that column to xml attribute it was considering newline has space ,Can you please suggest me how to resolve this issue.
Example Data:
** Data in mysql column
He is has
something !
** Data saving in xml attribute
He is has something !
In above sample data it has eliminating the new line characters