Parsing XML in CF5

2005-03-11 Thread Jim McAtee
I have a task where I'll need to parse incoming XML (SOAP) documents in CF5. I'll probably want to create structs containing the data to then be placed into database tables. What tools do I have at my disposal in CF5 running on Windows 2000 Server Standard and IIS5? If nothing is available

Re: Parsing XML in CF5

2005-03-11 Thread Alex Sherwood
What are the chances of moving up to CFMX? Jim McAtee wrote: I have a task where I'll need to parse incoming XML (SOAP) documents in CF5. I'll probably want to create structs containing the data to then be placed into database tables. What tools do I have at my disposal in CF5 running on

Re: Parsing XML in CF5

2005-03-11 Thread Jim Campbell
It's a little loopy, but instantiating the Microsoft.XMLHTTP object will generally work fine for accessing web services. The good thing is that the object you fill with XML can respond to XPath expressions as well ([yourXMLObject].selectNodes([XPath_statement]), from which you can pretty

RE: Parsing XML in CF5

2005-03-11 Thread Ali Awan
=Exchange%20Search%20Detailsauthorid=33595785page=0scrollPos=0subc atid=0snid=sn106itemnumber=0extid=1003618catid=0avm=1 HTH Ali -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 11:50 AM To: CF-Talk Subject: Parsing XML in CF5 I have a task where

RE: Parsing XML in CF5

2005-03-11 Thread James Holmes
A set of basic XML tags is available gere too: http://www.cfdev.com/xml/ -Original Message- From: Ali Awan [mailto:[EMAIL PROTECTED] Sent: Saturday, 12 March 2005 5:01 To: CF-Talk Subject: RE: Parsing XML in CF5 Try the custom tag SOXML. It works pretty well. I used it on a couple