| radwin.org -> Michael J. Radwin -> blog -> Perl or PHP modules for XLIFF? | Search |
Do you know of any good Perl or PHP modules for parsing XLIFF?
I've gotten a couple of emails from folks asking about making a French version of my Jewish Calendar Tools website. They've volunteered to do all of the translation work themselves if I send them a file to be translated.
Most of the site uses Perl CGI.pm, although parts of it are written in PHP.
The way I see it, I have a few options:
Option #1 has been around for a long time, but has its warts. Option #2 is what I would've done back when I wanted to write everything myself. But I want to learn more about ICU anyways, so I figured XLIFF would be the right place to go.
I expected to find a Locale::XLIFF module on CPAN or a Translation_XLIFF package on PEAR, and was surprised when my searches turned up 0 results.