You might want to check out TAP-Convert-TET by Andy Armstrong. That converts TAP output to the TET format. See http://tetworks.opengroup.org/ for more information if you're curious about the format. Otherwise, the module should give you a fairly straightforward idea about converting TAP to other formats.
| [reply] |
I'm running on some hazy memory here, but I believe you can use TAP::Harness directly to give you the TAP::Parser::Aggregator object. You could then iterate through that, outputting the XML directly with one of the many XML solutions kicking around. That might be more work than you were looking for, but it's an option.
| [reply] |