Skip to content

EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.

License

Notifications You must be signed in to change notification settings

msimon3/edireader

 
 

Repository files navigation

edireader

EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.

EDIReader Community Edition will soon be available in Maven Central repository using

    <dependency>
        <groupId>com.berryworks</groupId>
        <artifactId>edireader</artifactId>
        <version>5.4.1</version>
    </dependency>

About

EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • HTML 2.2%