Ashish Dixit

Ashish Dixit

  • NA
  • 3
  • 6.5k

remove whitespaces from xml childnode in c#

Nov 19 2012 5:52 AM
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.

Answers (1)