The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DEBUGGING

When trying to convert the well-formed text to XML, one will often encounter an obscure "Parse Error". This is caused by Parse::RecDescent, which is used for parsing. The best way I found to deal with it is to gradually eliminate parts of the document until the offending markup is isolated.

In the future, I plan on writing a custom parser that will provide better diagnostics and will hopefully also be faster.