Reading XML
Have the following page that gets returned to me when
I submit a form, but I'm not sure how to parse out the values so I can insert them into a table.
Thanks in advance for the help!
Have the following page that gets returned to me when
I submit a form, but I'm not sure how to parse out the values so I can insert them into a table.
Thanks in advance for the help!
It seems insanly complicated to me. Any way you could show me by example by just extracting <respmessage>Success</rspmessage>? From there I can figure out how to do the whole thing, I'm just kinda lost...
On a matter of irritating principle I try not to just give people answers, as I'm paid to do my own job and I'd rather see people learn. But here's a hint:
Use CFHTTP with the url you gave, a method of GET and a result parameter.
Parse the result.FileContent using xmlParse().
Use CFDUMP to look at that structure. then break down the struct until you get what you're after.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.