Slight Change to RSS Blog Comments Module

RSS 1.0 and 2.0 Blog Comments Module

The current blog comments module does not render as RDF. The current usage:

<blogcomments:comments>

need to become

<blogcomments:comments rdf:parseType="Collection">

I have made this change, and along with the MTEntryIfComments plugin, I now have validated RSS 1.0 as RDF!

Just doing my part to add more triples to the world.

Of course, now question remains, how best to promote these (and other) triples to other blog authors?

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart