[XML-SIG] syncing DOM trees

Dieter Maurer dieter at handshake.de
Fri Jul 18 22:26:02 EDT 2003


Felix Breuer wrote at 2003-7-18 00:16 +0200:
 > Is there a way to keep two (or more) DOM trees in sync?
 > 
 > Scenario 1) I simply have two identical DOM trees in memory. When one of
 > them changes I want the change to be applied to the other tree as well.
 > Of course I could catch mutation events and handle them by appropriately
 > modifying the target tree. Has this been done before somewhere?

Why do you have 2 identical DOM trees? Looks as if you should just
have a single one.



Dieter



More information about the XML-SIG mailing list