This post originated from an RSS feed registered with .NET Buzz
by Mark Harrison.
Original Post: One Site, Many Faces
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
Interesting MSDN article that examines a technique for building and maintaining a site that presents a variety of output formats (XML, HTML, RSS) from a single source. The core of the approach is a switchboard that handles all incoming URL requests, and locates and serves appropriate content accordingly.