| Author |
XML mapping framework
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Does Ruby have a XML to object mapping framework.It is much easier to work with objects than XML. Another question - Does it have a pull based parser like StAX ?.
|
Groovy
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Not being aware of any, I typed "ruby xml mapping" into Google and found two such libraries from the first 10 hits. Regarding a pull-based library, REXML also includes a pull-based API but it's apparently still under development so the API itself might see quite a lot of changes over even a short time.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Thanks Lasse
|
 |
 |
|
|
subject: XML mapping framework
|
|
|