I am using SAXParser in android, but somehow when whitespace or no text between tags the parser skips it and uses the previous tag value for it. What i am doing wrong.
I am using SAXParser in android, but somehow when whitespace or no text between
Share
Ok Solved the problem, just adjusted the parser a bit now its running clean.