You might want to try running this under a debugger to see what field is actually coming up as null. I'd be inclined to suspect that the node you're importing from is damaged and/or otherwise isn't properly implementing the DOM APIs, hence is returning null at a time when null isn't expected.
If not, then we may have a bug in the importNode implementation. But determining exactly what's failing is the first step in determining whether the problem is in the source DOM or sink DOM. ______________________________________ "... Three things are most perilous: Connectors that corrode, Unproven algorithms, and self-modifying code! ..." -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
