Posted By:
gbsv_prasad
Posted On:
Monday, September 17, 2001 12:25 PM
Hi
I have XML in the form of String .. i just want to convert this string in to a file to parse.. how can i do that ..
Here is my xml string
String str = "
<?xml version="1.0"?>
some name
age
";
if u have code that would be great
Thanks in advance