CF5.0 and XML

2004-09-09 Thread Mike Kear
How easy is it to produce XML in CF5.0?I know that in CFMX there
are a host of great XML-related tags, to make it easy, but what about
turning a query into XML in CF5.0?

It is straightforward?Are there any tutorials?

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CF5.0 and XML

2004-09-09 Thread Andrew Dixon
If you just want to produce an XML file, that is simple. Create the
XML code in a variable and write it to the file system using CFFILE.
The functions in CFMX for XML mainly involved reading it, not writing
it, so they probably wouldn't help you much anyway.

Andrew.

- Original Message -
From: Mike Kear [EMAIL PROTECTED]
Date: Thu, 9 Sep 2004 17:08:12 +1000
Subject: CF5.0 and XML
To: CF-Talk [EMAIL PROTECTED]

How easy is it to produce XML in CF5.0?I know that in CFMX there
 are a host of great XML-related tags, to make it easy, but what about
 turning a query into XML in CF5.0?

 It is straightforward?Are there any tutorials?

 -- 
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 AFP Webworks
 http://afpwebworks.com
 .com,.net,.org domains from AUD$20/Year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Re: CF5.0 and XML

2004-09-09 Thread simon
If you can get your hands on a copy of Professional ColdFusion 5.0 by WROX 
Press, it has in-depth instructions, information, and examples of working with 
XML in ColdFusion 5.

~Simon

 
 If you just want to produce an XML file, that is simple. Create the
 XML code in a variable and write it to the file system using CFFILE.
 The functions in CFMX for XML mainly involved reading it, not writing
 it, so they probably wouldn't help you much anyway.
 
 Andrew.
 
 
 - Original Message -
 From: Mike Kear [EMAIL PROTECTED]
 Date: Thu, 9 Sep 2004 17:08:12 +1000
 Subject: CF5.0 and XML
 To: CF-Talk [EMAIL PROTECTED]
 
 How easy is it to produce XML in CF5.0?I know that in CFMX there
are a host of great XML-related tags, to make it easy, but what about
turning a query into XML in CF5.0?

It is straightforward?Are there any tutorials?

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]