PDA

Click to See Complete Forum and Search --> : Save as XML file


Oct 31st, 1999, 04:22 PM
Hi,
I have a string var. I want to save this as an XML file (.xml file). Can anyone suggest a way???
thanx in advance

Juan Carlos Rey
Nov 1st, 1999, 12:11 AM
What do you mean with XML file?

webman
Nov 1st, 1999, 01:17 AM
Yea, a little more info would help. XML is just text, so you should be able to save it easily, you just have to know what the format of the XML is. The real question is, why would you want to bother with turning one single string variable into an XML file?

------------------
WebMan