I looked at this recently (haven't actaully built anything) and it looked as if it can accept data from any source as long as it is in XML format. Something like
<dataset name="dset"> <employee> <firstName>John</firstName> <lastName>Smith</lastName> <phone>617-536-7855</phone> </employee> </dataset> 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. On 11/14/05, Bryan Stevenson <[EMAIL PROTECTED] > wrote: > > Anybody? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224175 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

