RSS
Transformer
Transforms RSS documents to XHTMLB.
Attribute |
Value |
Name |
RSS_TO_XHTMLB |
Version |
1.0 |
From scheme |
RSS URI: http://purl.org/rss/1.0/ With Dublin-Core URI: http://purl.org/dc/elements/1.1/ Definitions of items and in RDF format of RSS feeds URI: http://www.w3.org/1999/02/22-rdf-syntax-ns#). |
To scheme |
XHTMLB |
Following parameters are available:
Parameter |
Type (Default value) |
Description |
LinksTarget |
String (_RSSItemWindow) |
Define the target frame of the links in the RSS. |
ShowDatesMode |
String (ITEMS_ONLY) |
Define the type of dates that will be rendered. Possible values are: · MAIN_ONLY Only the feed update date will be shown. · ALL All dates will be shown · ITEMS_ONLY Only the item dates will be shown. |
ShowTime |
xs:boolean (true) |
Specified if the time of every item should be displayed. The date displayed is affected by the ShowDatesMode parameter. |
GroupByDate |
xs:boolean (true) |
Specified if groups according to the item dates should be created. When ShowDatesMode is set to MAIN_ONLY this parameter has no affect. |
DateFormat |
String |
Defines the output format of the date. The syntax is defined in java.text.SimpleDateFormat class documentation of the JDK. The actual formatting is done using the object supplied in by xslDateFormatter parameter. |
TimeFormat |
String |
Defines the output format of the time. The syntax is defined in the java.text.SimpleDateFormat class documentation of the JDK. The actual formatting is done using the object supplied in by xslDateFormatter parameter. |
xslDateFormatter |
com.sap.portal.httpconnectivity.
|
A parameter holding the class that formats the input date string according to the output date/time formats. |
ScrollHeight |
Integer (300) |
The height of the scroll area of the items list. |