Hi Sir,

I am trying to retrieve the XML nodeValue when it contains white spaces(All charcaters are white space). But it is returning null value. Can you please help regarding this.
For example XML document contains below Node,
<Tiger>
<Lion> <Lion>
</Tiger>
Here Lion node contains white space as its value
But while retrieving it value by using following API I am...