Search found 2 matches

by volod3000
Wed Feb 25, 2015 11:47 am
Forum: Support
Topic: Open RSS channel
Replies: 2
Views: 11992

Sergey Tkachenko wrote:RichViewXML is not designed to view arbitrary XML documents.
It allows saving TRichView document in XML and loading it.
Understood you, thank you
by volod3000
Tue Feb 24, 2015 9:20 pm
Forum: Support
Topic: Open RSS channel
Replies: 2
Views: 11992

Open RSS channel

Hi,

Try to view the rss-channel in RichView , through RichViewXML , but always a mistake
( No root element. ) and in RichView empty

That's part of the code:


var rssUrl: String = 'http://112.ua/rss';

procedure TForm1.Button2Click(Sender: TObject);
var
RssXml: String;
Stream: TFileStream ...