Comparing DOM trees 2003-01-29 - By Joseph Kesselman
Yes, you have to walk the trees yourself -- because the definition of "comparing" varies from application to application. (Are comments significant? How about processing instructions? How about whether adjacent text nodes have been merged by normalize() or not?)
You can probably find versions of this already written, since it's not an uncommon operation.
______________________________________ Joe Kesselman / IBM Research
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|