Breaking up in String data while XML parsing in java?
Posted
by Praveen Chandrasekaran
on Stack Overflow
See other posts from Stack Overflow
or by Praveen Chandrasekaran
Published on 2010-06-07T18:12:52Z
Indexed on
2010/06/07
18:32 UTC
Read the original article
Hit count: 209
while xml parsing, i have a string value like this :
android & iphone
but my parsed value(output what i am getting) is just:
android
then i used the normalize method it comes :
android iphone
But i need a output like:
android & iphone
How to do that? Any Idea?
© Stack Overflow or respective owner