Does RSS Lists need a default sort order?

With RSS Lists… how can a content publisher declare that they want the list sorted in reverse order by date?

(assuming this change to the syntax is made…)

<cf:listinfo>
  <cf:sort name="pubDate" data-type="date" order="desc" default="true" />
</listinfo>

The @order attribute value would be “desc” or “asc”. If not present, the default is “asc”. Only one element in the collection of cf:sort’s would be allowed to have @default=”true”.

Thoughts?

Comments are closed.