Hi, The org.w3c.dom.xpath package contains the DOM L3 XPath API interfaces. It is not built in any targets.
I was thinking of deleting this package from XalanJ. We have another copy of these interfaces in the org.apache.xalan.dom3.xpath package. The prototype implementation of the API is in the org.apache.xpath.domapi package and uses the org.apache.xalan.dom3.xpath package. The reason the renamed package is used is to avoid any conflicts with other versions of the API that may exist in the classpath of an application using Xalan. This package is intended to be temporary until the DOM L3 XPath API specification becomes a recommendation. At that time, I think the interfaces should be moved somewhere else (as org.w3c.dom.xpath), probably to xml-commons. Does anyone have concerns about the removal of org.w3c.dom.xpath package from XalanJ? Ilene.
