Hi All,
I have a XML which contains the following element
<DataText>This is simple ' Text</DataText>
I have included
& apos ; in the element called DataText.
When parsing the element, am getting only the text that appears before
& apos ;
When Not including
& apos ; am able to get the full text from this element.
I observed that in the method
characters(char buf[], int offset, int len)
The
len attribute shows the total length from start position to the position where
& apos ; starts...
How can i get the whole text which includes even "
& apos ; "
Thanks
Note : while posting this request,
& apos; is being formatted to ' . thats the reason included space between them