RE: query to outout an xml file

2003-10-17 Thread cf
ty Matthew > It's actually pretty easy. XML is just text. Create a variable with your > XML, then use cffile to write it. Something like: > > > > > > > > > encoding="iso-8859-1"?> > > > > > > > jpegURL="asdfg">zxcvb > >

RE: query to outout an xml file

2003-10-16 Thread Matthew Walker
It's actually pretty easy. XML is just text. Create a variable with your XML, then use cffile to write it. Something like: jpegURL="asdfg">zxcvb -Original Message