> If your data is supplied by a cf page you would use something like > > <dataset name="dset" > autorequest="true" type="http" > src="getemployees.cfm"/> > > <simplelayout axis="y"/> > > <view datapath="dset:/phonebook/employee"> > <simplelayout axis="x"/> > <text datapath="firstName/text()"/> > <text datapath="lastName/text()"/> > <text datapath="phone/text()"/> > </view> > > where getemployees.cfm returns the same looking <dataset> XML as above. > HTH > Mike T.
Thanks for the example Michael, but I'm missing one bit concerning getemployees.cfm.... What exactly does getemployees.cfm generate? Is it an XML string? If it wasn't a valid XML string (mabye some HTML mixed in) would that dataset tag fail? I suppose the above could also be used to consume a web service? TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224210 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

