ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / RSS Stream functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Builds a RSS stream and returns the content of the RSS stream to the client. The result is displayed in user's browser.
Example
MyRSSStream is rssStream
MyRSSStream = rssInitialize("http://www.mysite.com/feeds/rss/news/", fromURL)
...
rssDisplay(MyRSSStream)
Syntax
rssDisplay(<RSS stream to display> [, <Encoding>])
<RSS stream to display>: rssStream variable
Name of the variable of type rssStream to be used.
<Encoding>: Optional Integer constant
Indicates the encoding that will be used in the XML file corresponding to the stream:
XMLEncodingIso8859_1Encoding according to the Latin character set
XMLEncodingIso8859_2Encoding according to Iso8859_2
XMLEncodingIso8859_3Encoding according to Iso8859_3
XMLEncodingIso8859_4Encoding according to Iso8859_4
XMLEncodingIso8859_5Encoding according to Iso8859_5
XMLEncodingIso8859_6Encoding according to Iso8859_6
XMLEncodingIso8859_7Encoding according to Iso8859_7
XMLEncodingIso8859_8Encoding according to Iso8859_8
XMLEncodingIso8859_9Encoding according to Iso8859_9
XMLEncodingIso8859_15Latin-9 encoding
XMLEncodingUTF8 (default value)UNICODE 8 encoding
XMLEncodingUTF16UNICODE encoding
XMLNoEncodingNo encoding
Remarks
  • The MIME type used is "application/xml".
  • The encoding used when creating the XML file is automatically written in the HTTP headers.
  • If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initializing the project after connection to the site" event.
Component: wd290xml.dll
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/30/2022

Send a report | Local help