Re: jdk 1.6 and Xalan.jar differences

2011-11-29 Thread Michael Glavassevich
kesh...@us.ibm.com wrote on 11/29/2011 02:56:02 PM: > Whose JDK? > > IBM's JDK 6 (ships with some of IBM's products, though I believe > it's not available separately) uses an interpreter derived from > Xalan-J, and a compiler which is new code. > > Sun's JDK 6, as far as I know, still uses a very

Re: jdk 1.6 and Xalan.jar differences

2011-11-29 Thread Michael Glavassevich
Achala Aponso wrote on 11/29/2011 03:12:41 PM: > Hi, > > Thanks a lot for the reply. Could you please explain the difference > between the interpretive mode and compiled mode. (I thought , using > the xalen provided from jdk is the compiled mode) The major difference is performance: http://xml.a

Re: jdk 1.6 and Xalan.jar differences

2011-11-29 Thread Achala Aponso
Hi, Thanks a lot for the reply. Could you please explain the difference between the interpretive mode and compiled mode. (I thought , using the xalen provided from jdk is the compiled mode) Thanks On Wed, Nov 30, 2011 at 1:26 AM, wrote: > Whose JDK? > > IBM's JDK 6 (ships with some of IBM's pr

Re: jdk 1.6 and Xalan.jar differences

2011-11-29 Thread keshlam
Whose JDK? IBM's JDK 6 (ships with some of IBM's products, though I believe it's not available separately) uses an interpreter derived from Xalan-J, and a compiler which is new code. Sun's JDK 6, as far as I know, still uses a very outdated and relatively buggy copy of Xalan-J for both interpr

jdk 1.6 and Xalan.jar differences

2011-11-29 Thread Achala Aponso
Hi, What are the differences between jdk 1.6 xalen and interpretive xalan? Any help appreciated Thanks

Re: XALAN-C -- Propose Dropping Some Microsoft Support -- VOTE

2011-11-29 Thread Gareth Reakes
+1 from me as well. Gareth On 29 Nov 2011, at 16:55, Michael Glavassevich wrote: > I assume you're proposing this because those versions are obsolete. If so, +1. > > shath...@e-z.net wrote on 11/29/2011 11:41:41 AM: > > > XALAN-C I Propose Dropping Some Microsoft Support > > > > I propose d

Re: XALAN-C -- Propose Dropping Some Microsoft Support -- VOTE

2011-11-29 Thread Michael Glavassevich
I assume you're proposing this because those versions are obsolete. If so, +1. shath...@e-z.net wrote on 11/29/2011 11:41:41 AM: > XALAN-C I Propose Dropping Some Microsoft Support > > I propose dropping support for Microsoft Platforms (VC6 and VC7) > from the current SVN repository (ref: XALAN-C

XALAN-C -- Propose Dropping Some Microsoft Support -- VOTE

2011-11-29 Thread shathawa
XALAN-C I Propose Dropping Some Microsoft Support I propose dropping support for Microsoft Platforms (VC6 and VC7) from the current SVN repository (ref: XALAN-C 1.11). The support for Microsoft VC6 and VC7 has been removed from the XERCES-C (XML Parser) library as of Version 3.0. The current SVN

Invalid conversion from 'node-set' to 'java.lang.String

2011-11-29 Thread Achala Aponso
Hi, I am getting following error with xalan from runtime. Any help appreciated ERROR: 'Invalid conversion from 'node-set' to 'java.lang.String'.' [2011-11-29 18:54:44,287] ERROR - java.lang.RuntimeException: Invalid conversion from 'node-set' to 'java.lang.String'. javax.xml.transform.Transform