I would like to provide diagnostic information about what JAXP implementation is in use, and which JAR file it was loaded from.
One way to achieve this is to create
it is easy, you just set
System.setProperty("jaxp.debug", "1");
the track will tell you whick impl,and whick way jaxp use.