Hi.
I'm parsing forum threads with Nokogiri and putting them on RSS feed (forum itself doesn't have RSS or any other kind of news feeds), the problem I've encountered is following: elements are styled with CSS classes and via selectors in forums style file included in the page, I can't include it into news feed so I want to replace all class="..." attributes with style="". Any ideas how do I do that? Maybe there are some gems able to parse CSS and update Nokogiri parser?