Benson, I've read / heard about several problems with the JAXP implementation in Sun JDK 6 and it's possible that this might be another one. I wouldn't assume that what you were seeing is an issue with Xerces.
Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Benson Margulies <bimargul...@gmail.com> wrote on 10/08/2009 10:11:06 PM: > I had the following rather wierd experience: > > 1) Add Xerces 2.9.1 to classpath > > 2) TransformerFactory.newInstance().newTransformer().transform(new > SAXSource(.....), new DOMResult()); > > fails with DOMException, NOT_FOUND_ERR. > > 3) Adding Xalan to the path make it go away. > > Is this something to JIRA?