tspratt
01-23-2004, 01:10 PM
Getting data from an HTTP source is obviously asynchronous, and we must monitor an onData event to work with the new data. The data replaces the whole dataset, and the onData is easy to work with.
But what about the data element methods, like addNodeFromPointer, deleteNode, and in v2, insert, replace and append child?
Do we need to monitor an onData event to work with data changed with these methods?
If so, how would we set up the xpath for a datapointer to receive an onData event from, say, replaceChild?
But what about the data element methods, like addNodeFromPointer, deleteNode, and in v2, insert, replace and append child?
Do we need to monitor an onData event to work with data changed with these methods?
If so, how would we set up the xpath for a datapointer to receive an onData event from, say, replaceChild?