XML is springing up all over the Internet. In this article, Kev shows you how to use PHP to read an XML document and display the data it contains as a Web page. Use the code he provides to display the headlines at SitePoint.com on your own site
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to sprinkle on your resumé, XML is actually a useful data storag..