Hi,
 
I suppose org.apache.xerces.impl.Version.getVersion() should be static so it is possible to call the method directly as in:
 
System.err.println("= Xalan   build: "+org.apache.xalan.Version.getVersion());
System.err.println("= Xerces  build: "+org.apache.xerces.impl.Version.getVersion());
 
This way the org.apache.xalan.Version.getVersion()) is called, so should the xerces method be called.
 
Right ?
 
 
 
Stefan


Reply via email to