Posted By:
Pary_Alavi
Posted On:
Wednesday, December 15, 2004 01:12 AM
I have a structured text file. Also I have designed a DTD that meets my needs. Now I want to generate XML document form this text file according to my DTD.
My question is should I use ANTLR to create a parser for reading the text file and generating the XML or not?
thanx