RE: [ACFUG Discuss] XML & CF

2007-01-02 Thread Charlie Arehart
ll with it also.) /Charlie http://www.carehart.org/blog/ _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, January 04, 2007 12:56 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XML & CF Good to hear. Already printed o

RE: [ACFUG Discuss] XML & CF

2007-01-02 Thread Chris C. Cooper
s.com <http://www.cooperebusiness.com/> _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Arehart Sent: Tuesday, January 02, 2007 10:37 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] XML & CF MCG, your initial explorations with XML and CF are not unusua

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Gerrey . Mary-Catherine
To discussion@acfug.org cc Subject Re: [ACFUG Discuss] XML & CF I need to chime in here. Charlie has given me this PDF in the past and I have used the sample code in it more than once now. It is a great and quick read. The types of examples are exactly what you need half the time.

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Steven Ross
AIL PROTECTED] 01/02/2007 10:10 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] XML & CF well technically speaking wddx is xml...;) On 1/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I will be using CF to

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Teddy Payne
CTED] *On Behalf Of * [EMAIL PROTECTED] *Sent:* Tuesday, January 02, 2007 10:04 AM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] XML & CF I will be using CF to get things in and out, just not sure of the best logic. I'm been looking at the docs plus some other sites out there

RE: [ACFUG Discuss] XML & CF

2007-01-02 Thread Charlie Arehart
CTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 10:04 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XML & CF I will be using CF to get things in and out, just not sure of the best logic. I'm been looking at the docs plus some other sites out there and copying code

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Gerrey . Mary-Catherine
Very true; it's "Monday", gimme a break. Not enough caffeine and loud music yet. :) mcg Steven Ross <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/02/2007 10:10 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Steven Ross
will set up some of the page flow for later on. Come on, trying to learn stuff here. :) mcg Steven Ross <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/02/2007 09:23 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] XML & CF

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Gerrey . Mary-Catherine
Ross <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/02/2007 09:23 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] XML & CF If you are faking something for demo data use WDDX, it will be a whole lot easier to use in CF. On 1/2/07, [

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Steven Ross
). :) mcg Teddy Payne <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/02/2007 09:02 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject Re: [ACFUG Discuss] XML & CF XML is typicaly there for storage of information in a homogenous way. John'

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Gerrey . Mary-Catherine
cfug.org cc Subject Re: [ACFUG Discuss] XML & CF XML is typicaly there for storage of information in a homogenous way. John's suggestion of WDDX makes short hand of CFML constructs and is adaptable to JS and XML format. XML is used for configuration files, datasources and webservices

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Teddy Payne
EMAIL PROTECTED] 01/02/2007 08:40 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject RE: [ACFUG Discuss] XML & CF What is a practical use for XML? What kind of situation would call for using it? -- *From:* [EMAIL PROTECTED] [mailt

Re: [ACFUG Discuss] XML & CF

2007-01-02 Thread Andrew Powell
:[EMAIL PROTECTED] On Behalf Of Andrew Powell Sent: Monday, January 01, 2007 8:54 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XML & CF Also, I would suggest Jeff Peters' book on the CF XML Object: http://www.cafepress.com/protonarts.50984013 ap On Jan 1, 2007, a

RE: [ACFUG Discuss] XML & CF

2007-01-02 Thread Gerrey . Mary-Catherine
plex. mcg "Chris C. Cooper" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/02/2007 08:40 AM Please respond to discussion@acfug.org To discussion@acfug.org cc Subject RE: [ACFUG Discuss] XML & CF What is a practical use for XML? What kind of situation would call

RE: [ACFUG Discuss] XML & CF

2007-01-02 Thread Chris C. Cooper
What is a practical use for XML? What kind of situation would call for using it? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Powell Sent: Monday, January 01, 2007 8:54 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] XML & CF Also, I w

Re: [ACFUG Discuss] XML & CF

2007-01-01 Thread Andrew Powell
Also, I would suggest Jeff Peters' book on the CF XML Object: http://www.cafepress.com/protonarts.50984013 ap On Jan 1, 2007, at 8:31 PM, Andrew Powell wrote: 1. Read the XML file with CFFILE 2. Parse the xml string with xmlParse() --optional, but recommended-- narrow your XML document dow

Re: [ACFUG Discuss] XML & CF

2007-01-01 Thread Andrew Powell
1. Read the XML file with CFFILE 2. Parse the xml string with xmlParse() --optional, but recommended-- narrow your XML document down to an array of of your data elements using xmlSearch() and the xPath to your data 3. loop over data and do what you will with it (conditionals to check, etc

RE: [ACFUG Discuss] XML & CF

2007-01-01 Thread John Mason
If you have control over the xml format, I would suggest just using the wddx tags to save and call up query info in a xml format that wddx uses. John [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]> _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Mon

RE: [ACFUG Discuss] XML & CF

2007-01-01 Thread John Mason
If you have control over the xml format, I would suggest just using the wddx tags to save and call up query info in a xml format that wddx uses. John [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 01, 2007 8