RE: xml output

2003-10-18 Thread cf
yes ok heres what im doing look at this guestbook http://www.ssql.net/Guestbook/Guestbook.htm they sent me the code but dont speak english & told me what i can figure as good luck, lol heres some code, i put it on web to have smaller message here is the flash .as file that needs to recieve the xml

RE: xml output

2003-10-18 Thread Michael T. Tangorre
could you be a little more descriptive? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2003 2:07 PM To: CF-Talk Subject: xml output what would be the proper way to output this to xml? see below seems like ther is a tag u got to add this

RE: XML output from CF

2003-07-25 Thread s. isaac dealey
Hi George, My understanding is that generating the initial report in xml is going to be the most dynamic way to accomplish this. Which is a really vague statement, I know. :) So to elaborate a bit on what exactly I mean by dynamic. If you only plan to ever generate these sorts of reports from

RE: XML output

2002-05-30 Thread Rob Baxter
oops, there it is. never mind... -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:18 AM To: CF-Talk Subject: RE: XML output i'm not sure about that... i've been using the samples given by SOXML v1.6 XML Interface for Allaire&#x

RE: XML output

2002-05-30 Thread Rob Baxter
Not sure it is the problem, but I didn't see an xml header... -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:18 AM To: CF-Talk Subject: RE: XML output i'm not sure about that... i've been using the samples given by SOXML v1.

RE: XML output

2002-05-30 Thread James Maltby
Then you may need to play with CFHEADER a bit then... But the "format" you are looking for will only work in IE browsers anyway... J -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 16:18 To: CF-Talk Subject: RE: XML output i'm

Re: XML output

2002-05-30 Thread Alex
More info needed but try ... save it as *.xml get rid of the cfset and cfcontent On Thu, 30 May 2002, Andres wrote: > I'm trying to output an xml page on IE. This is the code i'm using: > > > #xmlfeed# > > All i get is a blank page. I can see the xml generaged when i view the source of >tha

RE: XML output

2002-05-30 Thread Andres
ROTECTED]] Sent: Thursday, May 30, 2002 10:55 AM To: CF-Talk Subject: RE: XML output Yup - your browser will only do this if it has the extension ".xml" -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 15:56 To: CF-Talk Subject: RE: XML output

RE: XML output

2002-05-30 Thread James Maltby
Yup - your browser will only do this if it has the extension ".xml" -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 15:56 To: CF-Talk Subject: RE: XML output Thanks. It now displays on the browser, but as plain text. The browser

RE: XML output

2002-05-30 Thread Andres
, May 30, 2002 10:43 AM To: CF-Talk Subject: RE: XML output Try enclosing your XML variable in the tags IE #xmlfeed# -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 9:46 AM To: CF-Talk Subject: XML output I'm trying to output an xml page

Re: XML output

2002-05-30 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andres wrote: |I'm trying to output an xml page on IE. This is the code i'm using: | | |#xmlfeed# | |All i get is a blank page. I can see the xml generaged when i view the source of that page. | |Do i need to set other types of content on the cf con

RE: XML output

2002-05-30 Thread Kevin Schmidt
Try enclosing your XML variable in the tags IE #xmlfeed# -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 9:46 AM To: CF-Talk Subject: XML output I'm trying to output an xml page on IE. This is the code i'm using: #xmlfeed# All i get is a blan