You need to escape the doublequotes (since you have them in doublequotes.) Double 'em up!
output = "<?xml version=""1.0"" encoding=""UTF-8""?></b> On 12/11/06, coldfusion. developer @ att. net coldfusion. developer @ att. net <[EMAIL PROTECTED]> wrote: > > Still get an error ... > > The following information is meant for the website developer for debugging > purposes. > Error Occurred While Processing Request > Invalid token '1' found on line 52 at column 26. > The CFML compiler was processing: > a cffile tag beginning on line 49, column 2. > a cffile tag beginning on line 49, column 2. > The error occurred in > D:\Inetpub\wwwroot\site\Admin_Tools\homepage\rb_approved.cfm: line 52 > 50 : action = "write" > 51 : file = "#BWK_XML_PATH#images.xml" > <b>52 : output = "<?xml version="1.0" encoding="UTF-8"?></b> > 53 : <gallery> > 54 : <album title="Babies of the week" description="Babies of the week" > lgPath="/gallery/babyimages1/large/"> > > > > > >In your output statement, you have the <?xml on a line below the start. > >This will add a blank line to the first line of the xml. > >IE will be fine with this, but Firefox will break (iirc). > >Tuck the <?xml tag right up against the " in the line above. > > > >Maybe. > > > >Jerry > > > >On 12/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > >wrote: > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263622 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

