>This only applies if you use the Deferred DOM, but if >you do (it's the default) and in your test you always call >getNamespaceURI() first, there is no doubt it will always take more >time.
Good thought... The calling sequence does invoke other node methods first, but they're in conditionals (with the exception of getNodeType, which is what drives those conditionals) and the getNamespaceURI call is the first unconditional... so, yeah, it's going to bear most of the weight of synchronizeData() in this system. Thanks for the sanity-check. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
