macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: SQL to XML for AJAX

Subject: Re: SQL to XML for AJAX
From: "samunplugged"
Date: Fri, 6 Jun 2008 15:18:51 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

Don't have any thing to share. You start coding, if you stumble get back with 
your issue.

 Your page would be pretty simple and straightforward:

 <cfcontent type="text/xml" reset="yes" />
 <?xml version="1.0" encoding="utf-8"?>
 <root>
     <writeanyxmlhere />
 </root>
 <cfabort />

 Use of <cfabort> would be "required" if your application has footers.

 http://www.samunplugged.com/
 Adobe Certified Flash and
 Advanced ColdFusion Developer


<Prev in Thread] Current Thread [Next in Thread>