Fully Paginated Editing and Navigation is now supported by the latest Sense release.
And Great News about Licensing.
Issue 3 (Jul 2012)
General
If you already have a feed builder application, you may find it too rigid to allow namespace customisation leaving you the choice of buying an alternative dedicated application or hand modifying the Feed XML directly.
Another alternative is to use Sense in conjunction with the freeware Sense RSS Editor plugin. This arrangement enables generic feed customisation within a freestyle plain text editing environment involving no XML markup.
RSS extension is demonstrated below by the incorporation of the recommended changes to resolve the interoperability warning Missing atom:link with rel="self" often encountered when using Feed Validator .
Namespace Extension
The RSS XML root element is always represented by the rss named Section within the Sense "Feed" document.
Modify the Section text to include the atom namespace declaration:
rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
Adding Elements to an RSS Feed
In general, additional RSS XML elements may be included by adding new Sections at the correct level within the Sense document tree.
For Feed Validator, an atom:link element needs adding within the channel element.
Create a new Section within the channel Section and edit its text to:
atom:link href="url to your rss.xml here" rel="self" type="application/rss+xml"
That is all the changes needed!
Two more steps:
How the Sense Document represents RSS Elements and Content .
Each Sense Document Section represents an XML element within the output RSS Feed.
The Section text format is [<Namespace>:]<Name>{[sp<Atttribute Name>="<Attribute Value>"]} where:
Sections may hold further Sections (as child XML elements) or a single Paragraph with: