Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Java library for processing ONIX files? [closed]

Tags:

java

I've had a search around, but I couldn't find any java libraries to process ONIX files.

I guess there is always the option of processing the XML directly, but I thought I'd check to see if there was any libraries available.

like image 295
Bob Avatar asked Feb 24 '11 05:02

Bob


1 Answers

Try the excellent Jonix library at https://github.com/zach-m/jonix.
It's fast, effective, accurate and very easy to tweak.

like image 54
Zach-M Avatar answered Sep 20 '22 10:09

Zach-M