I am facing a parser problem in my project.I am getting data from an xml,In that I have special characters like &,%20....I would like to convert those symbols into the regular characters like &,space( ) . Kindly help me to solve this problem.
I know one way,is we need to replace the & with &.But is there any parser properties to convert those special characters into symbols?