RE: Good resource on CF/XML integration?

2001-05-24 Thread tom dyson
Hi Is there any good resources on CF/XML integration? Any good web sites?? I'm giving a free seminar on CF/XML integration sometime in June, in London, UK. You can sign up for it at http://torchbox.com/xml If you can't come, sign up anyway and I'll send you the support pack (documentation,

Re: Good resource on CF/XML integration?

2001-05-24 Thread Dave Hannum
identifier of (CFTHROW), occupying document position (242:7) to (242:115). Any clues? - Original Message - From: Paul Mone [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 5:45 PM Subject: RE: Good resource on CF/XML integration? Using CF_SOXML, you have

Re: Good resource on CF/XML integration?

2001-05-24 Thread tom dyson
cf/xml resource pack: http://torchbox.com/xml From: Dave Hannum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 24 May 2001 08:12:05 -0400 To: CF-Talk [EMAIL PROTECTED] Subject: Re: Good resource on CF/XML integration? Paul, I had this up and running last evening on a 4.0

Re: Good resource on CF/XML integration?

2001-05-24 Thread Dave Hannum
, May 24, 2001 8:58 AM Subject: Re: Good resource on CF/XML integration? Make sure you have a reasonably current version of the MSXML parser on your 4.5 server: MSXML 3.0 will definitely handle all the SOXML stuff and is freely available from http://msdn.microsoft.com/xml/default.asp

Re: Good resource on CF/XML integration?

2001-05-24 Thread Dave Hannum
://torchbox.com cf/xml resource pack: http://torchbox.com/xml From: Dave Hannum [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 24 May 2001 08:12:05 -0400 To: CF-Talk [EMAIL PROTECTED] Subject: Re: Good resource on CF/XML integration? Paul, I had this up and running last evening

RE: Good resource on CF/XML integration?

2001-05-24 Thread Greg Jordan
]] Sent: Thursday, May 24, 2001 9:10 AM To: CF-Talk Subject: Re: Good resource on CF/XML integration? Well, I'm running Win2K and IE 5.5, so I should not need that. But I installed it anyway and I still get the same error: Now, I am running 4.5.0.0 CFServer. Could it be a problem with that? I'll go

Good resource on CF/XML integration?

2001-05-23 Thread river
Is there any good resources on CF/XML integration? Any good web sites?? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Good resource on CF/XML integration?

2001-05-23 Thread Dan Phillips
-Original Message- From: river [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:22 AM To: CF-Talk Subject: Good resource on CF/XML integration? Is there any good resources on CF/XML integration? Any good web sites?? Thanks

Re: [Good resource on CF/XML integration?]

2001-05-23 Thread Alex
granularity.com river [EMAIL PROTECTED] wrote: Is there any good resources on CF/XML integration? Any good web sites?? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Good resource on CF/XML integration?

2001-05-23 Thread Neil Clark
SOXML - by siteObjects ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Good resource on CF/XML integration?

2001-05-23 Thread John Quarto-vonTivadar
you could start with the custom tag CF_SOXML, which you can get from the TagGallery. There's also links in it for other places on the web where you can get started and see code in action. Is there any good resources on CF/XML integration? Any good web sites?? Thanks

RE: Good resource on CF/XML integration?

2001-05-23 Thread alistair . davidson
www.rocomx.net -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: 23 May 2001 15:53 To: CF-Talk Subject: RE: Good resource on CF/XML integration? I did a quick search on Yahoo and found this. http://www.siteobjects.com/index.cfm?fuseAction=showProducts cf_SOXML version 1.5

Re: Good resource on CF/XML integration?

2001-05-23 Thread Dave Hannum
] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 11:44 AM Subject: RE: Good resource on CF/XML integration? Yeah, CF_SOXML is an absolutely fantastic tag, I use it all the time for all sorts of things. Well worth downloading and getting into. You should also read up on WDDX - start

Re: Good resource on CF/XML integration?

2001-05-23 Thread Larry C. Lyons
Dave, Use CFHTTP to grab the datafile, then you have 2 options, write the resulting variable (from the CFHTTP) to a file, or directly manipulate that variable. The next step is to use CF_SOXML to get the XML. This custom tag converts the data to a structure which you manipulate with the standard

Re: Good resource on CF/XML integration?

2001-05-23 Thread Jon Hall
Yes. There are some good examples that come with the tag that will answer your questions. jon - Original Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 1:53 PM Subject: Re: Good resource on CF/XML integration? Yea, but how do

Re: Good resource on CF/XML integration?

2001-05-23 Thread Edward Smith
, 2001 11:44 AM Subject: RE: Good resource on CF/XML integration? Yeah, CF_SOXML is an absolutely fantastic tag, I use it all the time for all sorts of things. Well worth downloading and getting into. You should also read up on WDDX - start by looking in the CF Studio help for CFWDDX. Good

RE: Good resource on CF/XML integration?

2001-05-23 Thread Paul Mone
will dump the object created by XML2CF to HTML allowing you to find the data you need to grab. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:53 AM To: CF-Talk Subject: Re: Good resource on CF/XML integration? Yea, but how do you grab a .xml

Re: Good resource on CF/XML integration?

2001-05-23 Thread David Hannum
Wow. Thanks for the help. It works like a charm! Dave - Original Message - From: Paul Mone [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 5:45 PM Subject: RE: Good resource on CF/XML integration? Using CF_SOXML, you have a few ways to retreive