Copy link to clipboard
Copied
Hi,
I'm calling an api using cfhttp and getting an xml document back
I'm struggling to output the xml document though in a sensible format.
The xml looks roughly like this:-
soap:Envelope |
|
I've tried a number of different methods but to no avail to extra the data.
how do I extract and output the windows processes sectoins into a table?
Thanks
Paul
Copy link to clipboard
Copied
Check out this source.
http://www.learn-coldfusion-tutorial.com/Xml.cfm
If that doesn't help. Can you post a link to the xml file?
Copy link to clipboard
Copied
Are you properly accounting for the name spaces used in that XML file?
If not, I would sugest searching and reading up on ColdFusion and XML and Name Spaces. They do make it a little more diffiecult to get around an XML node tree.
If you are, provide some idea what "different methods" you have tried.