Re: XML to CF query object: possible?

2006-07-22 Thread Michael Traher
since the xml object is really just a complex mixture of arrays and structures once you navigate to the array of structures you want to turn into an array you could probably use one of the cflib functions. On 7/18/06, Pete Ruckelshaus [EMAIL PROTECTED] wrote: Looking through the docs and cflib

Re: XML to CF query object: possible?

2006-07-22 Thread Larry Lyons
Looking through the docs and cflib I don't see anything, but have any of you converted an XML doc to a CF query object? If so, can you point me in the right direction? Thanks Pete Checkout CFLib.org, it has several query functions that may do that, for instance QueryToXML,

Re: XML to CF query object: possible?

2006-07-22 Thread Pete Ruckelshaus
I need to go the other way, XML - query On 7/22/06, Larry Lyons [EMAIL PROTECTED] wrote: Looking through the docs and cflib I don't see anything, but have any of you converted an XML doc to a CF query object? If so, can you point me in the right direction? Thanks Pete Checkout

Re: XML to CF query object: possible?

2006-07-21 Thread Dan Plesse
If a CFquery object is serializable why would you need it to be a XML string? and WDDXing a cfquery object works too and thats XML right so why don't you use that??? Dan ~| Introducing the Fusion Authority Quarterly Update. 80

RE: XML to CF query object: possible?

2006-07-21 Thread Munson, Jacob
You're going the wrong way. He wanted to turn XML into a query object. -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 12:15 PM If a CFquery object is serializable why would you need it to be a XML string? and WDDXing a cfquery object

Re: XML to CF query object: possible?

2006-07-18 Thread Claude Schneegans
Looking through the docs and cflib I don't see anything, but have any of you converted an XML doc to a CF query object? If so, can you point me in the right direction? May be CF_REextract ( http://www.cftagstore.com/tags/cfreextract.cfm ) could help you. It can parse about anything from about

RE: XML to CF query object: possible?

2006-07-18 Thread Munson, Jacob
I do this in CFQuickDocs, here's a shortened version of what I do: cffile action=read file=#baseCFPath#xml/cfmlTags.xml variable=xmlDoc !--- Create an XML document object from the XML text --- cfset xmlCFTagsObj = XmlParse(xmlDoc) cfset numTags = ArrayLen(xmlCFTagsObj.Tags.tag) !--- The next

Re: xml and CF...reading from a post action

2005-03-10 Thread Protoculture
MORE info here's what will be sent to us...looks like the xml will be in the headers so how can I grab that for the purposes of using an xml object in cf? POST http://your.url.goes.here/the_page.cfm Cache-Control: no-cache Connection: Keep-Alive, TE Accept: text/html, image/png,

Re: xml and CF...reading from a post action

2005-03-10 Thread Shawna Hampton
Well, I can tell you what we're doing ... maybe this will help. We have XML flying back and forth between our ColdFusion Web server and an internal BizTalk server to exchange data. When BizTalk generates its XML to the Web, it sends it via HTTP to a template on the site. In that template I use

Re: xml and CF...reading from a post action

2005-03-10 Thread S . Isaac Dealey
MORE info here's what will be sent to us...looks like the xml will be in the headers so how can I grab that for the purposes of using an xml object in cf? I believe the structure returned by getHTTPRequestData() includes a structure which includes all of the http headers, so if you had

RE: xml and CF...reading from a post action

2005-03-10 Thread Connie DeCinko
Grab it via CFHTTP and save it to your hard drive. -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 7:28 AM To: CF-Talk Subject: xml and CF...reading from a post action Apparently we are getting an XML feed. Where I dont get whats going on

Re: xml and CF...reading from a post action [ solved ]

2005-03-10 Thread Protoculture
Thanks All, this is really the first time working with http headers in this manner along with xml and CF... should be a good project. Thanks for pointing me in the right direction! ~| Discover CFTicket - The leading ColdFusion

RE: XML from CF

2005-02-08 Thread Dawson, Michael
Very easy. Just output the XML to the browser. You can create XML using the XML-related functions or by outputting strings of text using CFSAVECONTENT. There is not much to it, really. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005

RE: XML and CF and SOXML

2003-01-29 Thread Trey Rouse
: Monday, January 06, 2003 5:37 PM To: CF-Talk Subject: RE: XML and CF Too bad ... it's a great little tool. H. -Original Message- From: Robert Bailey [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:58 PM To: CF-Talk Subject:RE: XML and CF

RE: XML and CF

2003-01-29 Thread Trey Rouse
directly for copies of the source. Trey Rouse Data Application Architect Rice University -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 5:37 PM To: CF-Talk Subject: RE: XML and CF Too bad ... it's a great little tool. H

RE: XML and CF

2003-01-06 Thread Owens, Howard
http://www.torchbox.com/xml/ Also, check out the cf_soxml tag in the tag gallery. H. -Original Message- From: Robert Bailey [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:22 PM To: CF-Talk Subject: XML and CF Anyone know any good sites or articles dealing with

RE: XML and CF

2003-01-06 Thread Robert Bailey
They no longer develop or support SoXML, tried to DL it from their page Robert Bailey -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:50 PM To: CF-Talk Subject: RE: XML and CF http://www.torchbox.com/xml/ Also, check out

Re: XML and CF

2003-01-06 Thread Mark Broner
There is also http://www.cfdev.com/xml/ They make a cfx that helps with xml parsing and there is links to sites on there. - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 06, 2003 3:58 PM Subject: RE: XML and CF

RE: XML and CF

2003-01-06 Thread Aaron Johnson
_~_UENERkVCMDkAAQACABgAlFxUHqzyAEqxz2yOTTWvtsKQ RDBONUxbGUWeYV8AxVg4owEA@Tinetics_com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 06 Jan 2003 18:41:19 -0500 Message-Id: [EMAIL

RE: XML and CF

2003-01-06 Thread Owens, Howard
Too bad ... it's a great little tool. H. -Original Message- From: Robert Bailey [SMTP:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:58 PM To: CF-Talk Subject: RE: XML and CF They no longer develop or support SoXML, tried to DL it from their page Robert Bailey

RE: XML in CF vs. Java

2002-05-23 Thread Kwang Suh
Yeah, I was actually referring to CFMX. -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:35 PM To: CF-Talk Subject: Re: XML in CF vs. Java Phew... Parsing XML in Java is a gigantic pain in the ass. I'd say it's about an order

Re: XML in CF vs. Java

2002-05-22 Thread Dave Carabetta
Phew... Parsing XML in Java is a gigantic pain in the ass. I'd say it's about an order of magnitude easier manipulating XML in CF vs. Java. Funny you say that now. Just wait till the release of MX with its native XML parsing abilities. Talk about easy!! Regards, Dave.