Re: What's the difference between JAXP and xml-apis

2009-02-17 Thread Michael Glavassevich
JAXP is an API. xml-apis.jar is a jar containing these interfaces. Have you looked at the website [1] or mailing list archives [2]? Usually a good idea to review those when you're new to a project. Lots of answers to questions you may have are already there. Thanks. [1] http://xml.apache.org/com

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

2009-02-17 Thread Michael Glavassevich
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-

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

2009-02-17 Thread Richard
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?

What's the difference between JAXP and xml-apis

2009-02-17 Thread Richard
Hello, I am a newbie. I am wondering what's the difference between JAXP and xml-apis? Are they the same thing? It is shipped in jdk1.4+, why to set up a new project? Just for users of jdk 1.3 and earlier?