parseXML or convert XML to JSON?

I am searching for a Coda Pack that will give me a Coda formula function for parsing XML (equivalent to Coda’s own parseJSON function) and/or convert XML to JSON (so that I can then easily use Coda’s parseJSON function to extract the data). Do either of these exist?

I don’t think a Pack like that exists yet, but it should be fairly easy to create. The xml2js library converts XML to JSON, which you can then feed into parseJSON(). You can fine more information about using libraries in a Pack here:

2 Likes

Thanks Eric. I am not much of a coder but I have a colleague who may be able to help. Will publish the Pack if we manage to create it before someone else does!