I'm trying to use custom elements in an RSS feed (to render in XSLT), and I'm trying to namespace them to avoid validator errors. However, I'm getting "Use of unknown namespace".
My understanding is that I can use an arbitrary URL as the namespace URL. However, it seems like I can use only a specific set of namespaces that are built into RSS readers. Is there a way to define a custom namespace without triggering a validator error?
Also, would spec-compliant RSS readers be able to parse RSS feeds with this error?