XML-ASCX12 version 0.1
      A Perl Module to Convert ASC X12 EDI Data to XML

$Id: README,v 1.2 2004/08/25 21:49:37 brian.kaney Exp $

INTRODUCTION

This Perl module can be used to convert binary ASC X12 EDI data to UTF-8 XML. The transactions sets, or catalogs, it currently supports include:

    110     Air Freight Details and Invoice
    820     Payment Order/Remittance Advice
    997     Functional Acknowledgment

Help us grow our supported transactions! If you require a catalog that is not listed, please contact the author. One goal of this project is to support as many transactions as possible.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

If your on Win32 you should use nmake

COPYRIGHT

Copyright (c) 2004 Vermonster LLC. <http://www.vermonster.com> All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA