ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / RSS Stream functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Builds a RSS feed and returns the content of the RSS feed to the client. The result is displayed in user's browser.
Example
MonFluxRSS is rssStream
MonFluxRSS = rssInitialize("http://www.monsite.fr/feeds/rss/actualites/", fromURL)
...
rssDisplay(MonFluxRSS)
Syntax
rssDisplay(<RSS feed to display> [, <Encoding>])
<RSS feed 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 "Initialization in pre-launched session mode" event.
Component: wd300xml.dll
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help