What file format can I use to output a formatted text file straight from a program without having the markup be too complicated?
- by Matt
Premise:
I am parsing a file that is quite nearly XML, but not quite. From this file I would like to extract data and output in a file that a user could open up in some program and read. To make the data reasonable, I would almost certainly need to format the text. In case it matters, I will probably be using Java to write the program.
Problem:…