0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
EDItEUR ONIX format subset implementation used in Elibri publication system
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

> 1.7
>= 0
>= 0
>= 0
>= 0

Runtime

>= 0
~> 1.4
 Project Readme

elibri_onix¶ ↑

Build status¶ ↑

<img src=“https://secure.travis-ci.org/elibri/elibri_onix.png?branch=master” alt=“Build Status” />

Description¶ ↑

This is gem designed to parse eLibri generated onix files. If you don’t have access to eLibri api, but you still want to make some us of it - check elibri_onix_mocks gem for mocks and examples of using it.

Usage¶ ↑

Usage depends on what you want to parse. In normal usage, when you received response from eLibri server you want to parse it using ONIXMessage class. Therefore you need to execute:

Elibri::ONIX::Release_3_0::ONIXMessage.new(xml_data)

xml_data should be string containing ONIX xml you want to parse.

See also description of Product

Copyright © 2011 Marcin Urbanski. See LICENSE.txt for further details.