- From: Joseph Kesselman <keshlam@us.ibm.com>
- Date: Mon, 3 Dec 2001 09:33:09 -0500
- To: Dimitris Dimitriadis <dimitris@ontologicon.com>
- Cc: "Arnold, Curt" <Curt.Arnold@hyprotech.com>, "'www-dom-ts@w3.org'" <www-dom-ts@w3.org>
A few quick observations: Xalan loads its parser via JAXP. It normally ships with, and defaults to using, Xerces, but should be able to work with others. Xalan requires that xml-apis.jar be on the classpath. This is a first step toward factoring DOM, SAX, JAXP, TRAX, and related standardized code out of the individual Apache projects and into a shared library. See also the XML-COMMONS project at Apache for more information. ______________________________________ Joe Kesselman / IBM Research
Received on Monday, 3 December 2001 09:34:05 UTC