Tagged Questions
1
vote
2answers
114 views
How do I get the sum of all content when parsing an XML tag in Ruby?
I have some XHTML (but really any XML will do) like this:
<h1>
Hello<span class='punctuation'>,</span>
<span class='noun'>World<span ...