Hi,
I have a simple question:
When we write:
TransformerFactory tFactory =
TransformerFactory.newInstance();
How the system know which class it should use?
I tried print out System property
System.getProperty("javax.xml.transform.TransformerFactory")
but it returns null, but everything works perfectly,
it uses
org.apache.xalan.processor.TransformerFactoryImpl.
And how I can change it to another implementation?Thanks, Jenya __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus � Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
