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 the RSS feed and returns the result (in XML format) in a character string.
Example
MyRSSStream is rssStream
MyRSSStream = rssInitialize("http://www.mysite.com/feeds/rss/news/", fromURL)
StringRSSStream is string = rssBuildString(MyRSSStream, XMLEncodingUTF8)
Syntax
<Result> = rssBuildString(<RSS stream> [, <Encoding>])
<Result>: Character string
RSS stream in the format of a character string in XML format.
<RSS stream>: rssStream variable
Name of the rssStream variable to be used.
<Encoding>: Optional Integer constant
Indicates the encoding that will be used in the XML character string:
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
Related Examples:
The RSS functions Unit examples (WINDEV): The RSS functions
[ + ] Using the WLanguage RSS functions.
These functions are used to read and create a stream.
These functions can be handled by specific types of variables: rssStream, rssChannel,...
Component: wd290xml.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help