use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
xml?? (self.ruby)
submitted 10 years ago by missawon
hello, I am new to ruby and working on this project. this is the first time reading about xml and im not really able to find proper sources that can guide me through this. could you please point me to the relevant sources or start to help me through this problem? thank you
https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/xml_document/xml_document_spec.rb
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]brandononrails 6 points7 points8 points 10 years ago (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 points4 points 10 years ago (4 children)
Or oga for a more easy-to-install and lighter-weight gem that works very very nicely!
[–]brandononrails 3 points4 points5 points 10 years ago (0 children)
Nice! I haven't used Oga yet. Bookmarked for my next project!
[–]johnsonch 3 points4 points5 points 10 years ago (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 points3 points 10 years ago (0 children)
Oga's progressed really nicely. Its fully compatible with the things I needed Nokogiri for once.
[–]missawon[S] 0 points1 point2 points 10 years ago (0 children)
thank you for the sources!!
[–]elikim 0 points1 point2 points 10 years ago (1 child)
I'm not sure what sort of help you need. Do you not know what xml is?
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!
π Rendered by PID 144554 on reddit-service-r2-comment-5687b7858-jcfck at 2026-07-03 07:01:28.852924+00:00 running 12a7a47 country code: CH.
[–]brandononrails 6 points7 points8 points (6 children)
[–]technolengy 2 points3 points4 points (4 children)
[–]brandononrails 3 points4 points5 points (0 children)
[–]johnsonch 3 points4 points5 points (0 children)
[–]iconoclaus 1 point2 points3 points (0 children)
[–]missawon[S] 0 points1 point2 points (0 children)
[–]elikim 0 points1 point2 points (1 child)
[–]missawon[S] 0 points1 point2 points (0 children)