Xerces 2.3.0 and *apis.jar 2003-02-07 - By neilg@(protected)
Hi Harald,
Michael's guess is correct. We made a decision during the development of 2.3.0 to source our API's from (a branch of) xml-commons, in order to ensure the API's we rely upon sync up exactly with what corresponding versions of Xalan, in particular, rely upon. But, since we've been distributing xmlParserAPIs.jar for over a year, we didn't want to make it disappear immediately; so we made into a simple copy of xml-apis.jar. The deprecation of xmlParserAPIs was supposed to have been documented somewhere, but that seems to have got by us somehow. :)
So you should probably begin to rely upon using xml-apis.jar with Xerces, since xmlParserAPIs will disappear in some upcoming release.
Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: neilg@(protected)
|---------+------------------------------> | | "Lemmin, Harald" | | | <Harald.Lemmin@(protected)| | | wareag.com> | | | | | | 02/07/2003 09:53 AM| | | Please respond to | | | xerces-j-user | | | | |---------+------------------------------> >---------------------------------------------------------------------------- -----------------------------------------------------------------| | | | To: "'xerces-j-user@(protected)'" <xerces-j-user@(protected) .org> | | cc: | | Subject: RE: Xerces 2.3.0 and *apis.jar | | | | | >---------------------------------------------------------------------------- -----------------------------------------------------------------|
Thank you Michael,
ok, xmlParserAPIs.jar has been extended by unsupported interfaces, no problem.
If no one from the Xerces-J team responds, I have to guess that xml-apis.jar was distributed with Xerces by error and is of no use for Xerces or for Xerces together with Xalan at all.
Kind regards, Harald
-----Original Message----- From: Michael R MR Glavassevich [mailto:mrglavas@(protected)] Sent: Donnerstag, 6. Februar 2003 18:35 To: xerces-j-user@(protected) Subject: Re: Xerces 2.3.0 and *apis.jar
To answer your questions,
org.w3c.dom.views, org.w3c.dom.stylesheets, and org.w3c.dom.css are part of DOM Level 2. As far as I know, there is no support for these interfaces in Xerces.
javax.xml.transform.* provide an API for XML Transformation, though you probably know that since you use Xalan as well.
My guess as to why these packages are included with the distribution is that the XML parser APIs distributed with Xerces are now built from xml-commons, instead of the APIs checked in CVS with Xerces.
Both xmlParserAPIs.jar and xml-apis.jar seem to be just different names for the same package, where one of the names (probably xmlParserAPIs.jar) has been deprecated. I think the change was made in order to apply a standard naming convention for this package across the XML Apache projects.
I hope this helps.
On Thu, 6 Feb 2003, Lemmin, Harald wrote:
> Hello, > > what is the difference between: > Xerces 2.2.0: xmlParserAPIs.jar and Xerces 2.3.0: xmlParserAPIs.jar? > Packages like dom/views dom/stylesheets dom/css xml/transform/.. have been > added. What are they good for? > > why is xml-apis.jar been distributed, too? > it is bigger than the xml-apis.jar distributed with xalan 2.4.1. What's the > difference / benefit? > > Kind regards, > Harald > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) > For additional commands, e-mail: xerces-j-user-help@(protected) >
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|