Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2014-09-11 | 859 Bytes | |
edifatto-2.0.0-dist.zip | 2014-09-11 | 16.4 MB | |
Totals: 2 Items | 16.4 MB | 0 |
Release Notes Edifatto 2.0.0 ============================ Improvements ------------ - Removed redundance of version info in the Message class - Tolerating diff types per XPath - Assigning each interchange element with its definition (if possible) - Interchange browser GUI - tree view provides the EDIFACT element definitions - recursive node expansion - Improved text and HTML representation of diffs Changes ------- - Moved specific format info to the enum EdiProtocol - New classes for the internals of a Segment: - Composite (contains Component) - Component (contains only Stirng data) - Segment class: - the tag is no longer contained in the child elements - the internal structure is a nesting of Composites and Components - Normalizing segment data to reflect exactly the same structure as their definition - Renamed EdiBrowser to EdiGUI