Closed (fixed)
Project:
Creative Commons
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 22:17 UTC
Updated:
2 Oct 2009 at 19:10 UTC
The creativecommons_get_jurisdictions() function assumes that what's returned from creativecommons_return_xml() is well-formed XML, but it's not always. In the case of the /support/jurisdictions REST call, what is returned is a list of HTML options. One of these, "UK: England & Wales" is not well-formed, as it should be "UK: England & Wales".
I'm reporting this here since it breaks displaying of the US and UK jurisdictions in the creativecommons module, but it's really a deficiency of CC's REST services. I'll see if they can fix it anytime soon.
Comments
Comment #1
turadg commentedNathan on cc-devel is on it: http://code.creativecommons.org/issues/issue447
Comment #2
turadg commentedFixed on CC end now.