UrlInfo
call with RankByCountry
now returns a Code
property in the XML instead of the old code
property (note the case change). So if you're using HPricot (like I am), you'll use a line like:(h/"aws:country[@Code='#{countryCode}']"/"aws:rank").innerHTML.sub(/\s*$/, '')
to filter out the resulting rank.
No comments:
Post a Comment