On 9/20/07, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> 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).


lol.  Yeah, can do.  In fact, You could return arrays of nested objects to
do this too if you want.

> #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).


or use e4x stuffs.  searching with e4x is cake.  Thought: I'm guessing your
CF server is maintaining security state, why not filter the XML data there
based on user?





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4631
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