BuzzerBeater Forums

BBAPI Support > apostrophe encoded as % in teaminfo

apostrophe encoded as % in teaminfo

Set priority
Show messages by
This Post:
00
87726.1
Date: 4/29/2009 7:33:45 AM
Overall Posts Rated:
3737
Just received this for Bobo's (23494):

$ 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&#37;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>


%: (http://www.fileformat.info/info/unicode/char/0025/index.h...)
': (http://www.fileformat.info/info/unicode/char/0027/index.h...)

This Post:
00
87726.2 in reply to 87726.1
Date: 4/30/2009 7:35:59 AM
Overall Posts Rated:
3737
FYI, anyone else interested in this one, the semi-official word is that it is a BBAPI problem, and users need to work around it for the foreseeable future.

This Post:
00
87726.3 in reply to 87726.2
Date: 4/30/2009 6:31:58 PM
Myopic Marauders
III.8
Overall Posts Rated:
2424
Which library are you using to parse the XML?

This Post:
00
87726.4 in reply to 87726.3
Date: 4/30/2009 6:38:10 PM