$ perl -MKGC::BB -e 'my $bb = KGC::BB->new; $bb->debug(1); \my $p = $bb->teaminfo( {params => { teamid => 23494 }});'Sending [http://www.buzzerbeater.com/BBAPI/teaminfo.aspx?teamid=23494]<?xml version='1.0' encoding='utf-8'?><bbapi version='1'> <team id='23494' retrieved='2009-04-29T11:27:30Z'> <teamName>Bobo%s</teamName> <shortName>BPH</shortName> <owner supporter='1'>Bobos Playhouse</owner> <league id='4' level='2'>II.3</league> <country id='1'>USA</country> </team></bbapi>
Which library are you using to parse the XML?