I have a very basic doubt. Please help me understand the following lines from this link http://docs.oracle.com/javase/1.5.0/docs/guide/xml/jaxp/JAXP-Compatibility_150.html
"The solution in the JAXP 1.3 reference name is to change the package names of the Apache libraries used in the implementation. That change lets you reference newer Apache libraries in the classpath, so application developers can use them in the same way that would use any other additions to the Java platform"
How to override the internal implementation class of the jre with a class of same name from reference library in the classpath? Note: I'm assuming they only gave wrapper package to change the name of internal package names, so the internal package name should still exist.
Please explain in detail.
Thanks in advance!!! Anand