Hi everyone,
I get a string in XML format from front end.
I write that into a file, and later I parse that file to get tokens/values.
is there any way..that I can parse the string Instead?? which is in XMl format and fetch the tokens there.
Coz writing on disk and reading back is not optimum solution..it's causing problem in my code.
Tell me the classes that can be used, or a sample code snippet.