Bungie Universe
This topic has moved here: Subject: Halo 2 Stats RSS Feed are invalid
  • Subject: Halo 2 Stats RSS Feed are invalid
Subject: Halo 2 Stats RSS Feed are invalid
  • gamertag:
  • user homepage:
  • 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:

&lt;b&gt -----> should replace the opening <b> tag and...
&lt;b/&gt -----> should replace the closing </b> tag respectively...


just my 2cents

  • 11.29.2004 11:11 PM PDT