Antônio Gomes wrote:
   try {          doc = rootNode.getOwnerDocument ();

This is why for debugging you _don't_ want to catch exceptions, or at least log them in the catch blocks! That line throws. You want rootNode.ownerDocument instead.

-Boris
_______________________________________________
mozilla-layout mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to