We then took a side trip to look at XML and consider if bringing that technology to websites was the goal of the W3C, as suggested by one commentator. We looked at some examples of using XML to handle information that is accessed through a browser:
- ListGarden - a utility for converting HTML to XML for an RSS feed or for other platforms.
- Google Earth - Google's mapping program in which locations are plotted using KML, an XML-based language. A list of coordinates can be converted to that format using a free utility like csv2kml.
- GetSimple CMS - a content management system that uses an XML database instead of MySQL.