  | |  | jdk1.5 and Xalan.jar differences? | jdk1.5 and Xalan.jar differences? 2007-04-30 - By Erin Harris
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" <alapati.sasi@(protected)> 30/04/2007 05:16 AM
To xalan-j-users@(protected) 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.
<br><font size=2 face="sans-serif">Hi,</font> <br> <br><font size=2 face="sans-serif">Which JDK are you referring to?</font> <br> <br><font size=2 face="sans-serif">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.</font> <br> <br><font size=2 face="sans-serif">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:</font> <br> <ul> <li><font size=2 face="sans-serif">dynamic EXSLT extensions</font> <li><font size=2 face="sans-serif">NodeInfo extension functions</font> <li><font size=2 face="sans-serif">SQL library extension</font> <li><font size=2 face="sans-serif">pipeDocument extension</font> <li><font size=2 face="sans-serif">evaluate extension</font> <li><font size=2 face="sans-serif">tokenize extension</font></ul> <br><font size=2 face="sans-serif">If you want to continue to use the Xalan interpreter with SUN's JDK you can use the endorsed standards override mechanism: </font><a href=http://java.sun.com/j2se/1.4.2/docs/guide/standards/> <font size=2 color=blue face="sans-serif">http://java.sun.com/j2se/1.4.2/docs /guide/standards/</font></a><font size=2 face="sans-serif"><br> </font> <br><font size=2 face="sans-serif">Thanks.</font> <br><font size=2 face="sans-serif"><br> Erin Harris<br> <br> </font> <br> <br> <br> <table width=100%> <tr valign=top> <td width=40%><font size=1 face="sans-serif"><b>"alapati.sasi" <alapati.sasi@(protected)></b> </font> <p><font size=1 face="sans-serif">30/04/2007 05:16 AM</font> <td width=59%> <table width=100%> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">To</font></div> <td><font size=1 face="sans-serif">xalan-j-users@(protected)</font> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">cc</font></div> <td> <tr valign=top> <td> <div align=right><font size=1 face="sans-serif">Subject</font></div> <td><font size=1 face="sans-serif">jdk1.5 and Xalan.jar differences?</font>< /table> <br> <table> <tr valign=top> <td> <td></table> <br></table> <br> <br> <br><tt><font size=2><br> Hi All,<br> <br> If i use jdk1.5 instead of xalan.jar what could be the problems i can<br> expect. i heard that to overcome this we need to put some jar's in endorsed<br> directory of jdk . CAN any one tell me the resons why there is a problem<br> with jdk1.5 builtn xsl transformer.<br> <br> Thanks & Regard's<br> Sasi.A<br> -- <br> View this message in context: http://www.nabble.com/jdk1.5-and-Xalan.jar -differences--tf3668647.html#a10250510<br> Sent from the Xalan - J - Users mailing list archive at Nabble.com.<br> <br> </font></tt> <br>
|
|
 |