Re: What's the difference between xml-apis.jar and xmlParserAPIs.jar

Michael Glavassevich <[email protected]> Tue, 17 Feb 2009 07:21:35 -0500
Newsgroups gmane.text.xml.commons.devel
Message-ID <OFEE82E24D.652CCE32-ON85257560.00435FDF-85257560.0043E90B@ca.ibm.com>
Same jar; different names. xmlParserAPIs.jar hasn't existed for years. See
the mailing list archives [1][2] for the reasons why.

Thanks.

[1] http://markmail.org/thread/hj6kdvgsvxtqmhtp
[2] http://markmail.org/message/pcolq7lt2wekkbmu

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [email protected]
E-mail: [email protected]

Richard <[email protected]> wrote on 02/17/2009 03:22:04 AM:

> Finnaly i reach here.
>
> when processing xml, i find in my lib directory, there are xml-apis.
> jar and xmlParserAPIs.jar.
> after comparing, i find that they are the same except different names.
>
> why?