Just a guess, but you need a cfoutput around it? On 12/11/06, coldfusion. developer @ att. net coldfusion. developer @ att. net <[EMAIL PROTECTED]> wrote: > > Thanks guys ... almst there ... > > I did ... > > <CFXML variable="gallery"> > <gallery> > <album title="Babies of the week" description="Babies of > the week" lgPath="/gallery/babyimages1/large/"> > <CFloop query="ANY_APPROVED"> > <img src="#bwk_image#" /> > </CFLOOP> > </album> > </gallery> > </CFXML> > > <cffile action = "write" file = "#BWK_XML_PATH#images.xml" output = > "#gallery#"> > > and the file output was ... > > > <?xml version="1.0" encoding="UTF-8"?> > <gallery> > <album description="Babies of the week" > lgPath="/gallery/babyimages1/large/" title="Babies of the week"> > > <img src="#bwk_image#"/> > > <img src="#bwk_image#"/> > > </album> > </gallery> > > THE #bwk_image# VARIABLE ISN'T PARSING. HOW COME? >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:263637 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

