KitWallace / AIDVIEW-DB

A repository, browser and API for IATI activities
1 stars 0 forks source link

Hack json to xml broke #106

Closed KitWallace closed 11 years ago

KitWallace commented 11 years ago

Broke on this json http://www.iatiregistry.org/dataset/ss-org-projects

because the download_url contains [ ]

Hand fixed for the moment but need John Snelson's code instead

KitWallace commented 11 years ago

activity.xqm updated to use John's code but this fails when applied to the package list so the original hack code is still used there. Tested on the case above and with a full ckan update.

Unfortuneately John's code is much slower than my hack and doesnt work in the case mentioned so some more robust solution is still needed

KitWallace commented 11 years ago

Solved for the moment but better solution needed