thanks - yours and steves solutions were what I needed...
cheers

:> -----Original Message-----
:> From: Paul Johnston [mailto:[EMAIL PROTECTED]]
:> Sent: 06 December 2000 14:11
:> To: CF-Talk
:> Subject: RE: Passing XML content back as XML
:> 
:> 
:> Doug,
:> 
:> WDDX does not answer the question.
:> 
:> What you want to use is CFCONTENT. example:
:> 
:> <cfcontent type="text/xml"><?xml version="1.0"?>
:> <html>
:>     <head>
:>         <title>This is a title</title>
:>     </head>
:>     <body>
:>         <h1>Hello</h1>
:>     </body>
:> </html>
:> 
:> Paul
:> 
:> > -----Original Message-----
:> > From: Doug Powell [mailto:[EMAIL PROTECTED]]
:> > Sent: 06 December 2000 13:53
:> > To: CF-Talk
:> > Subject: RE: Passing XML content back as XML
:> > 
:> > 
:> > WDDX
:> > 
:> > -----Original Message-----
:> > From: Daniel Lancelot [mailto:[EMAIL PROTECTED]]
:> > Sent: Wednesday, December 06, 2000 6:51 AM
:> > To: CF-Talk
:> > Subject: Passing XML content back as XML
:> > 
:> > 
:> > is there anyway in cf to pass am xml packet back, so that the 
:> > browser knows
:> > it is XML?
:> > 
:> > I assume its somthing to do with mime types an CFCONTENT?
:> > 
:> > Thanks.
:> >
:>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to