Re: I want to create an XML file from a text file
Posted By:
Roseanne_Zhang
Posted On:
Wednesday, March 26, 2003 06:56 AM
You also can use Java, just read one line at a time. Then using a StringTokenizer to get one token at a time. Do the same thing Jan does in perl. Add a root, put each token into a child tag. It is simple and easy because your data is structured.
Re: I want to create an XML file from a text file
Posted By:
Roseanne_Zhang
Posted On:
Wednesday, March 26, 2003 06:55 AM
You also can use Java, just read one line at a time. Then using a StringTokenizer to get one token at a time. Do the same thing Jan does in perl. Add a root, put each token into a child tag. It is simple and easy because your data is structured.
Re: I want to create an XML file from a text file
Posted By:
Roseanne_Zhang
Posted On:
Wednesday, March 26, 2003 06:53 AM
You also can use Java, just read one line at a line. Then using a StringTokenizer to get one token at a time. Then do the same thing Jan does in perl. Add a root, put each token into a child tag. Simple and easy, it is because your data is structured.