NAME
XML::TMX::Reader - Perl extension for reading TMX files
SYNOPSIS
use XML::TMX::Reader;
my $reader = XML::TMX::Reader->new( $filename );
$reader -> for_tu( sub {
my $tu = shift;
#blah blah blah
});
@used_languages = $reader->languages;
DESCRIPTION
This module provides a simple way for reading TMX files.
METHODS
The following methods are available:
SEE ALSO
XML::Writer(3), TMX Specification http://www.lisa.org/tmx/tmx.htm
AUTHOR
Alberto Simões, <albie@alfarrabio.di.uminho.pt>
Paulo Jorge Jesus Silva, <paulojjs@bragatel.pt>
COPYRIGHT AND LICENSE
Copyright 2003 by Projecto Natura
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 111:
Non-ASCII character seen before =encoding in 'Simões,'. Assuming CP1252