oh my god, why so many people spamming here?...
reply@d11wtq: I just want to convert a simple text data into XML, is there any tutorial that will teach and explain every step of the code?
Okay, let say I have the data in following text file:
data1: abc
data2: 456
data3: 789
I have to create a conversion page which can browse and local hard disk and
accept this text.txt as an input. Click on the Conversion button and will
resulted in the output in XML format.
And the output will be a properly formatted XML file (text.xml)
After that, I need to create another Conversion Page to convert the XML back to text file.
I've no clue, what I search always the RDF or RSS XML, I want the pure XML. I need some guidances for this.