Subclass of %iKnow.Model.list dedicated to represent lists for the
RSS Lister. This class has its own set of properties representing the specific Lister
paramaters of the RSS Lister and hence is more easy to use than the generic list class.
Any <parameter> elements nested within this element will be overwritten with the values
specified for the corresponding shorthand attributes.
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Inherited description: The Lister class to use for loading data defined in this list element. This class should
extend %iKnow.Source.Lister. The Lister class defined here dictates the contents
of the parameters property.
property textElements as %String (MAXLEN = 2000, XMLPROJECTION = "ATTRIBUTE");
Which RSS item elements to use as the text body for this source. Defaults to "description",
but combinations such as "title,description" or "description,content:encoded" are convenient
alternatives.