Project

editx

0.0
No commit activity in last 3 years
No release in over 3 years
A convient mapping between ruby objects and the various EDItX XML specifications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 1.4
~> 3.1.6
 Project Readme

EDItX

The EDItX standard specifies a collection of XML schemas for Electronic Document Interchange between trading partners in the publishing industry.

This library provides a slim layer of the formats and simplifies both reading a nd writing of EDItX files in your ruby applications.

Installation

gem install editx

Usage

See the comments for each root message type for detailed usage info.

  • EDItX::Order - For working with EDItX Trade Order messages

Licensing

This library is distributed under the terms of the MIT License. See the included file for more detail.

Contributing

All suggestions and patches welcome, preferably via a git repository I can pull from. To be honest, I'm not really expecting any, this is a niche library.

Further Reading