Re: Xerces-J 1.0.3 bugs

2000-03-09 Thread Arnaud Le Hors
Thanks for the bug report. I filed a defect a checked in a fix for importNode. -- Arnaud Le Hors - IBM Cupertino, XML Technology Group

Re: Xerces-J 1.0.3 bugs

2000-03-09 Thread Jeffrey Rodriguez
Nodes. We need to open defects. Thanks, Jeffrey Rodriguez XML Development IBM Cupertino From: Adam Winer <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Xerces-J 1.0.3 bugs Date: Wed, 8 Mar 2000 19:14:47 -0800 (PST) A couple of bugs in the

Xerces-J 1.0.3 bugs

2000-03-09 Thread Adam Winer
A couple of bugs in the newly released 1.0.3 (but neither are regressions). First, a doc bug: In org.apache.xerces.dom.ElementImpl.setAttributeNS(), the second String parameter is named and doc'd as a local name, but is in fact a qualified name. This is correctly doc'd on org.w3c.dom.Element. An