On Friday, 11/23/2001 at 10:27 CET, "Geert Poels" <[EMAIL PROTECTED]> wrote: > You mean, another library besides Xalan/Xerces or the same but a skinned > version ? > This file is to be found within Xalan/Xerces distributions or elsewhere ?
New library, included with the Xalan 2.1.D13 distribution. Apache is working its way toward having a shared copy of all the "standardized" APIs, rather than having every project maintain their own copies of DOM, SAX, etc. As a prototype of that approach, we've factored those interfaces out of Xalan.jar and put them in xml-apis.jar. We now expect you to have both of these, as well as the parser, on your classpath. Yeah, it's a bit less convenient. But it should help us reduce confusion over exactly what the order of jarfiles in the classpath should be, and it should reduce overally code size by avoiding duplication.
