Understood you, thank youSergey Tkachenko wrote:RichViewXML is not designed to view arbitrary XML documents.
It allows saving TRichView document in XML and loading it.
Search found 2 matches
- Wed Feb 25, 2015 11:47 am
- Forum: Support
- Topic: Open RSS channel
- Replies: 2
- Views: 11900
- Tue Feb 24, 2015 9:20 pm
- Forum: Support
- Topic: Open RSS channel
- Replies: 2
- Views: 11900
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; f: TextFile ...