Reading and Manipulating XML Files (RSS Feeds) With Delphi.
Really Simple Syndication (RSS) is a popular way to publish web content and share information on site updates adopted by millions of sites. Because RSS is an XML dialect, it is structured under the rules of XML. In this chapter, you'll learn how to represent data as XML, use XML to publish Web content, and read and write XML data.