You will need to use true XML parsing. There are tags in the Tag library that will do this.
Most of them will create a structure, or an array of structures that you can look through and display. At 12:54 PM 3/5/2002 -0600, you wrote: >Hi, > >Has anyone used Macromedia's resource feed with CF located at > >http://www.macromedia.com/desdev/articles/xml_resource_feed.html > >How is it done? I've done XML parsing with Moreover's XML feeds using WDDX, >but this is different. Here's my feeble code: >><CFSET REQUEST.LINK= >"http://www.macromedia.com/desdev/resources/macromedia_resources.xml"> > ><CFHTTP URL="#request.link#" METHOD="Get"> > ><cfwddx action="WDDX2CFML" input="#CFHTTP.FileContent#" output="MacroNews"> > >The error is: > >unknown element encountered > >I know I'm probably way off in using WDDX to parse the xml doc here. Any >help here greatly appreciated. > >Thanks! >Andrew > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

