Many popular web sites are simply HTML snapshots of a database. These range from large sites like Slashdot to relatively small operations like New York Women Composers.
Serving XML data is faster because it lets the database do what databases are designed to do: store, search and sort data. Offload the rest of the work onto the client.
Serving XML saves bandwidth.
The client gets semantics
More Customizable