Hi,

Which JDK are you referring to?

IBM's JDK includes XSLT4J which is based on Xalan.  For JDK 1.5 it is 
based on Xalan Java 2.6.0.  So there should be no issue moving from Xalan 
to the JDK.

I believe that SUN's JDK 1.5 contains only XSLTC which does not have all 
of the features of the Xalan interpretive processor (someone from SUN 
please correct this if it is wrong).  The main differences are in 
extension support.  XSLTC does not support the following extensions:

dynamic EXSLT extensions
NodeInfo extension functions
SQL library extension
pipeDocument extension
evaluate extension
tokenize extension

If you want to continue to use the Xalan interpreter with SUN's JDK you 
can use the endorsed standards override mechanism: 
http://java.sun.com/j2se/1.4.2/docs/guide/standards/

Thanks.

Erin Harris





"alapati.sasi" <[EMAIL PROTECTED]> 
30/04/2007 05:16 AM

To
xalan-j-users@xml.apache.org
cc

Subject
jdk1.5 and Xalan.jar differences?







Hi All,

If i use jdk1.5 instead of xalan.jar what could be the problems i can
expect. i heard that to overcome this we need to put some jar's in 
endorsed
directory of jdk . CAN any one tell me the resons why there is a problem
with jdk1.5 builtn xsl transformer.

Thanks & Regard's
Sasi.A
-- 
View this message in context: 
http://www.nabble.com/jdk1.5-and-Xalan.jar-differences--tf3668647.html#a10250510

Sent from the Xalan - J - Users mailing list archive at Nabble.com.


Reply via email to