# Halo 2 Stats via RSS... an interesting idea that I think could be improved I like that Bungie is exposing your stats as RSS ([see mine here](https://www.duncanmackenzie.net/halo2.aspx)), but it would be cooler if they had added some additional elements and attributes to the feed to describe the games in a more usable format, rather than just in HTML... instead of; ```xml Rumble Pit: Oddball on Ascension http://www.bungie.net/stats/gamestats.aspx?gameid=8132172&player=Festive Turkey Fri, 19 Nov 2004 07:45:07 GMT http://www.bungie.net/stats/gamestats.aspx?gameid=8132172&player=Festive Turkey Game played at Fri, 19 Nov 2004 07:45:07 GMT

Playlist: Rumble Pit
Oddball on Ascension

Gamertag (Team): Score, Kills, Deaths, Assists
l obvious l (1): 59, 14, 9, 5
ScottyAK (0): 52, 16, 10, 6
BK Assassin (2): 29, 6, 9, 1
MAXODeeZ (3): 18, 7, 12, 4
BattlingWheel (4): 15, 10, 13, 5
Festive Turkey (5): 6, 5, 11, 5
snackasaurus (6): 0, 6, 7, 6
LionWrath716 (7): 0, 1, 0, 0
``` they could add a namespace reference for Halo or Bungie.... and end up with... ```xml Rumble Pit: Oddball on Ascension http://www.bungie.net/stats/gamestats.aspx?gameid=8132172&player=Festive Turkey Fri, 19 Nov 2004 07:45:07 GMT http://www.bungie.net/stats/gamestats.aspx?gameid=8132172&player=Festive Turkey Game played at Fri, 19 Nov 2004 07:45:07 GMT

Playlist: Rumble Pit
Oddball on Ascension

Gamertag (Team): Score, Kills, Deaths, Assists
l obvious l (1): 59, 14, 9, 5
ScottyAK (0): 52, 16, 10, 6
BK Assassin (2): 29, 6, 9, 1
MAXODeeZ (3): 18, 7, 12, 4
BattlingWheel (4): 15, 10, 13, 5
Festive Turkey (5): 6, 5, 11, 5
snackasaurus (6): 0, 6, 7, 6
LionWrath716 (7): 0, 1, 0, 0
Fri, 19 Nov 2004 07:45:07 GMT Playlist: Rumble Pit Oddball Ascension Festive Turkey 6 5 11 5
``` still valid RSS 2.0, still works in aggregators, but suddenly useful to anyone wanting to consume this information for more than just directly viewing it...