remove whitespaces from xml childnode in c#
Any body tell me...
when we convert this xml to json array then due to have white space it creates a new array in it in <overview> tag..then how can we solve this problem.
<hotelMI>
<hotel>
<overview>
Location. Fragrance Hotel Sunflower is located in Singapore's Geylang neighborhood, close to Singapore National Stadium.
</overview>
</hotel>
</hotelMI>
thanks in advance.