I'm using HTMLRewriter to parse RSS feeds. I know this is a rare use case for HTMLRewriter, but I suspect that only a few small changes would be needed for RSS feeds to be parsed as expected.
Current issues
</link> closing tags are not supported
Self-closing tags are not supported
Namespaced tags are not supported (e.g. <dc:creator>)
I'm using
HTMLRewriter
to parse RSS feeds. I know this is a rare use case forHTMLRewriter
, but I suspect that only a few small changes would be needed for RSS feeds to be parsed as expected.Current issues
</link>
closing tags are not supported<dc:creator>
)