Just tried both bits of code, and both don't seem to fix the problem.
Though browsing through the script, i just noticed i'm an idiot.
This:
code:
user = response.selectNodes('XboxInfo/PresenceInfo');
Should be:
code:
PC = response.selectNodes('XboxInfo/PresenceInfo');
Anyways, thanks for the help =D.