Skip to content

byutrg/p5-Convert-TBX-Min

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Convert::TBX::Min - Convert TBX-Min to TBX-Basic

VERSION

version 0.07

SYNOPSIS

    use Convert::TBX::Min 'min2basic';
    min2basic('/path/to/file'); # XML string pointer okay too

DESCRIPTION

This module converts TBX-Min XML into TBX-Basic XML.

FUNCTIONS

min2basic

Converts TBX-Min data into TBX-Basic data. The input may be either a TBX::Min object or data to be passed to TBX::Min's "new_from_xml" in TBX::Min constructor. The return value is a scalar ref containing the TBX-Basic XML document as a UTF-8-encoded string.

SEE ALSO

Schema for validating TBX documents, as well as more information about individual dialects, is available on GitHub.

AUTHOR

Nathan Glenn <garfieldnate@gmail.com>, James Hayes <james.s.hayes@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Alan K. Melby.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

Perl module for converting TBX-Min into TBX-Basic

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages