Closed mikemaccana closed 8 years ago
Hi @mikemaccana :)
We're using pretty much the exact same thing in the Ghost source see here, and aren't seeing any errors with validation.
Do you have an extended example, RSS snippet, or URL I could take a look at?
Sample URL: https://certsimple.com/blog/rss.xml
Suspect the cause of the error is namespace prefix 'webfeeds' is totally missing. I.e.:
xmlns:webfeeds="http://webfeeds.org/rss/1.0"
should exist on the
OK so I just needed:
custom_namespaces: {
webfeeds: "http://webfeeds.org/rss/1.0"
}
To give some context, looks like the W3C validator was failing on:
<webfeeds:logo>http://certsimple.com/images/blog/logo.svg</webfeeds:logo>
Not on the categories tag - the validator was a few characters off.
PS. Thanks! 😀
Per README.md
I'm using:
Which returns the following at the W3C validator: