- last post: 01.01.0001 12:00 AM PDT
Hi,
I am not a huge RSS fan, but I have made a few PHP scripts that read my personal Halo2 stats from bungie.net... it seems that the RSS code has an attribute that was invalid....
here is a sample of code that was invalid....
<b>Gamertag (Team): Score, Kills, Deaths, Assists</b>
to make it valid you should parse the bold tags <b></b> into its HTML equivalent:
<b> -----> should replace the opening <b> tag and...
<b/> -----> should replace the closing </b> tag respectively...
just my 2cents