Description
So XMLPS's default output is "ERNE Rows" (foolishly and confusingly renamed "CDE Rows"): with tuples delimited by $'s and attributes in a tuple delimited by tabs. No doubt very useful for ERNE/EDRN, but for our purposes at CHLA, we'd love to just get CSVs (for extraction to files) or JSON (to make it play nicer with a PHP web front-end). Chris suggested we change XMLPS to allow custom, configurable response writing, so I'm going to take on that task. Not sure what it will involve (yet), but roughly I plan to do the following:
1. Change XMLPS to allow configurable response writing.
2. Make the "ERNE Rows writer" the default.
3. Add a CSV writer.
4. Add a JSON writer.