Hi, I try to parse RSS chaanal with simple-rss lib.
Unfortunately I got a lot of garbage in node:
<description><p>
some decryption
</p>
<a href="http://url.com/trac/xxx/wiki/foo?action=diff&amp;amp;version=28"&gt;(diff)&lt;/a&gt;</description>
I need to retrieve text ("some description") and optionally url.
What is the best way to do it? Regexp (if this is answer could You give me example, please?)?