Extract XML name/value pairs from different nodes in Coldfusion
- by Ryan French
Hi All,
I am working on some Plesk integration using the XML API and I am trying to figure out how to parse the XML response that I get back. Most of the data is fine, but the Limits and Permissions are setout differently. Essentially they are set out like so:
<data>
<limits>
<limit>
<name>foo</name>
…