RSSXSLFilePath
The path of an XSL transformation to use to convert an RSS feed into HTML, so that it can be processed by the connector and so that the connector can follow links.
A transform named RSSTransform.xsl
is supplied with the connector. You can use this to transform XML that complies with the RSS specification.
The specified transformation is applied to pages where the Content-Type
response header has a value such as application/rss+xml
, but only if the page does not supply it's own XSL transform. For more information about processing RSS feeds, see Process XML Feeds.
Type: | String (file path) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | RSSXSLFilePath=RSSTransform.xsl
|
See Also: |