| Home Page | Recent Changes | Preferences

NewsFeed

RSS\RDF Porcessing. Part of LibHTTP.

Either RSS or RDF format is accepted.

Note: the HTML special chars are NOT fixed, you have to do this yourself

Note: Don't pound the webserver with requests, cache your results

Properties

string ChannelDescription
string ChannelLink
string ChannelTitle
array<RDFRentry> Entries
int LastUpdate
Last time this source had been fetched, you have to do this yourself
string Source
The source of the data, you have to fill this in yourself

Structures

RDFRentry

{
    var string Title;
    var string Link;
};

Functions

bool getLine( )
fill the line buffer
string getTag( out array<string> Args )
retreive a tag with arguments
string getToNextTag( )
string getWord( )
get another word from the buffer
int ParseRDFData( array<string> inp )
Main function to parse the input data
bool _channel( array<string> Args )
bool _item( array<string> Args )
bool _rdf( )

Related Documents


Category Custom Class

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In