Reposting the warning as got from Jesse:

One warning: I noticed in Xerces 1.2.1 (still true in 1.2.3 I
think) that when lazy node expansion is turned on, calling getters
in DOM classes can fire mutation events (bad cache implementation I
guess), causing feedback loops and stuff like that in 2-way mode.
Worked around in ant module by calling: parser.setFeature
("http://apache.org/xml/features/dom/defer-node-expansion";, false),
but probably at the expense of parser performance. If you or
someone is on the Xerces mailing list (I am not), please file a bug
about this.

  Cc.

-- 
<address>
<a href="mailto:[EMAIL PROTECTED]">Petr Kuzel</a>, Sun Microsystems
: <a href="http://www.sun.com/forte/ffj/ie/";>Forte Tools</a>
: XML and <a href="http://jini.netbeans.org/";>Jini</a> modules</address>

Reply via email to