NAME
XML::Edifact - Perl module for handling XML/Edifact messages.
SYNOPSIS
use XML::Edifact;
&XML::Edifact::open_dbm("data"); &XML::Edifact::read_message($ARGV[0]); &XML::Edifact::process_message(); &XML::Edifact::close_dbm();
0;
DESCRIPTION
XML-Edifact started as Onyx-EDI which was a gawk script. XML::Edifact-0.02 still shows its bad anchesor called a2p in some parts.
The current module is just able to open and close the SDBM files found in the directory pointed by open_dbm. Read a EDIFACT message into a buffer global to the package, and to print this message as XML on STDOUT.
The best think you can currently do with it: Run the regession test found in ./bin/make_test.sh
The second best: Just view the files in ./examples with your favourite pager. Anything that can be found after regression test, can also be found in this directory.
If you have other EDIFACT files, I would like to include them into the next version. I'm also open to any comments, as told "anything is still in flux" !
AUTHOR
Michael Koehne, Kraehe@Bakunin.North.De
SEE ALSO
perl(1), XML::Parser(3), UN/EDIFACT Draft.