I have a large spreadsheet with four columns of data that I need to parse into an XML script. There is about 350 rows of data. Here is an example of the script with ...
FYI, it currently takes 20 minutes to generate a 'pretty-print' XML file from the upstream-provided XML data file using a very simple SAX parser I stole from the 'net. The source file is 162MiB with ...