Rick Root wrote:
> #1 - if I wanted to create this list in Coldfusion and retrieve it via
> remote object, how exactly should it be created in Coldfusion - CAN it
> be created in coldfusion?

don't see why not (but i'm the guy who claims xml is what they speak in hell).

> #2 - Can I dynamically remove nodes from the XMLList object?  If so,
> how?  The list contains categories of fields that can be dropped into

find the node using xmlSearch or xmlChildPos then simply delete it using 
arrayDeleteAt or structDelete (i've found that thinking of xml objects as trees 
of arrays easiest to understand).


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4630
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to