Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Rails 3 XML parser

Which XML library, GEM would you recommend to use with Rails 3?

like image 363
andkjaer Avatar asked Mar 16 '26 10:03

andkjaer


1 Answers

Nokogiri is widely used.

like image 169
rwilliams Avatar answered Mar 18 '26 23:03

rwilliams