Is it possible to perform XSLT 2.0 transformation in Eclipse without additional library (AltovaXML, Saxon)?
Answer: NO, as already stated by others.
But it is also important to specifying the use of XSLT 2.0 instead of 1.0 (otherwise I got the error "javax.xml.transform.TransformerFactoryConfigurationError: Provider com.icl.saxon.TransformerFactoryImpl not found").
Using XSLT 2.0 with saxon can e.g. be achieved by:
Now you can use saxon for XSLT 2.0 transformations in Eclipse.