Working with XML
Hello, everyone.
I'm trying to build a module that will take XML that is inserted into a variable with XMLparse() from an uploaded .xml document, and go through ALL child nodes. Each node needs to be checked to see if a particular parameter is contained within (ID, or Name, or Size, etc.) Any node that contains one of the sought-after parameters, I need to get the value of that parameter (integer) and add it mathematically to an initialized variable that starts at 0.
Is there a built-in CF function (or a UDF) that will do this? Or will I have to build a multiple-nested loop to check for this?
Thanks,
^_^
