Thanks to everybody for your help. I got it figured out.
I needed to set a variable equal to output. RecordCount
Thanks again for all the responses.
Larry Juncker Senior Cold Fusion Developer Heartland Communications Group, Inc.
-----Original Message----- From: Rich Wild [mailto:r.wild@e-mango.com] Sent: Tuesday, February 20, 2001 10:00 AM To: CF-Talk Subject: RE: Extracting WDDX info into CFM
> This is my code and I have tried it with WDDX2CFML also and > then it does not > want to show me anything.
because you are grabbing an xml packet not a wddx packet? That's what it looks like from the moreover url......
------------------------------------------------------- Rich Wild Senior Web Designer
------------------------------------------------------- e-mango.com ltd Tel: 01202 587 400 Lansdowne Place Fax: 01202 587 401 17 Holdenhurst Road Bournemouth Mailto:r.wild@e-mango.com BH8 8EW, UK http://www.e-mango.com ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of e-mango.com ltd, unless otherwise explicitly and independently indicated by an authorised representative of e-mango.com ltd. -------------------------------------------------------
> -----Original Message----- > From: Larry Juncker [mailto:larry@HeartlandInternet.com] > Sent: 20 February 2001 16:08 > To: CF-Talk > Subject: RE: Extracting WDDX info into CFM > > > This is my code and I have tried it with WDDX2CFML also and > then it does not > want to show me anything. > > <CFHTTP > URL="http://p.moreover.com/cgi-local/page?c=Sports%3A%20motor% > 20sports%20new > s&o=xml"> > > <CFWDDX > ACTION="CFML2WDDX" > INPUT="#CFHTTP.FileContent#" > OUTPUT="Results"> > <CFOUTPUT>#Results#</CFOUTPUT> > > > Larry Juncker > Senior Cold Fusion Developer > Heartland Communications Group, Inc. > > > -----Original Message----- > From: Jeffry Houser [mailto:jeff@farcryfly.com] > Sent: Tuesday, February 20, 2001 12:48 PM > To: CF-Talk > Subject: Re: Extracting WDDX info into CFM > > > > Wouldn't you want to use CFWDDX with the action being > 'WDDX2CF'? Once you > do that, you should be able to output > it, process it, or do whatever else you want. > > > Larry Juncker wrote: > > > I have a WDDX packet coming back to my template but for the > life of me, I > > can not find info for extracting the code in useable form. > > > > http://www.aljcompserv.com/LJJTest/WDDX_News_Feeds/NewsLead.cfm > > > > All I get is the xml code. > > > > Any help would be greatly appreciated. > > > > Larry Juncker > > Senior Cold Fusion Developer > > Heartland Communications Group, Inc. > > > > >