Yes, it makes sense. I'll try it out when I get home this evening and I'll let you know if it works. (if it doesn't, I'm sure it'll something I'm doing wrong and not your suggestion)
>In your component, create a method that creates an instance of your parent >xmlDoc: this.xmlDoc = xmlNew() when you initialize it. > ><cffunction name="init"> > ><cfset this.xmlDoc = xmlNew()> > ></cffunction> > >Then in your NEWJOB function, simply append the data to the this.xmlDoc by >creating a new node. > >When you are finished, you simply use the instance name of the cfc and the >object reference. xmlcfc.xmlDoc to output it. > >Does this make sense? > >On Thu, Aug 26, 2010 at 11:42 AM, Ray Meade <[email protected]> wrote: > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336602 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

