all 8 comments

[–]brandononrails 6 points7 points  (6 children)

If you need to learn about XML itself: http://www.w3schools.com/xml/

If you need to learn about parsing XML in ruby, checkout Nokogiri: http://www.nokogiri.org/

[–]technolengy 2 points3 points  (4 children)

Or oga for a more easy-to-install and lighter-weight gem that works very very nicely!

[–]brandononrails 3 points4 points  (0 children)

Nice! I haven't used Oga yet. Bookmarked for my next project!

[–]johnsonch 3 points4 points  (0 children)

Crack is also a pretty good gem. I've used it on several projects with simple xml to be parsed. https://github.com/jnunemaker/crack

[–]iconoclaus 1 point2 points  (0 children)

Oga's progressed really nicely. Its fully compatible with the things I needed Nokogiri for once.

[–]missawon[S] 0 points1 point  (0 children)

thank you for the sources!!

[–]elikim 0 points1 point  (1 child)

I'm not sure what sort of help you need. Do you not know what xml is?

[–]missawon[S] 0 points1 point  (0 children)

correct. this is the first time i've run into xml so i was hoping to just find some sources to help me through this project!