Thanks, Ian, but still no dice. This: <cfoutput><p>#wx.item["yweather:condition"]["temp"].xmltext#</p></cfoutput>
yields this error message: Element temp is undefined in a Java object of type class coldfusion.xml.XmlNodeList referenced as The error occurred in *C:\Inetpub\wwwroot\test\xmlrss\default.cfm: line 24* 22 : <cfoutput><p>#wx.item.description.xmltext#</p></cfoutput> 23 : *24 : <cfoutput><p>#wx.item["yweather:condition"]["temp"].xmltext#</p></cfoutput>* On 5/21/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > #wx.item.yweather:condition["temp"].xmltext# > > You where so close with this example; you need to use the array notation > to access the structure element with an invalid variable for a key. > > #wx.item["yweather:condition"]["temp"].xmltext# > > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278814 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

