Hi Guys,
I recently started learning programming and i am trying to read data from XML file but for some weird reason one of the lines in it is not behaving correctly.
<easting xsi:nil=""true""/>
<northing xsi:nil=""true""/>
In the first line the code is unable to read that "true" but this occurs just for that particular line. It identifies true in other lines of code.