Changeset 91 for branches/DirectWeb/URSS.pas
- Timestamp:
- Dec 21, 2009, 1:19:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DirectWeb/URSS.pas
r90 r91 6 6 7 7 uses 8 Classes, SysUtils, pwmain, dateutils;8 Classes, SysUtils, DateUtils; 9 9 10 10 type … … 56 56 with TRSSChannelItem(Items[I]) do begin 57 57 Result := Result + '<item>' + 58 '<title>' + FilterHTML(Title)+ '</title>' +59 '<description>' + FilterHTML(Description)+ '</description>' +58 '<title>' + Title + '</title>' + 59 '<description>' + Description + '</description>' + 60 60 '<pubDate>' + RFC2822TimeFormat(Time) + '</pubDate>' + 61 61 '<link>' + Link + '</link>' +
Note:
See TracChangeset
for help on using the changeset viewer.