
Hello, there, I have the strange case that a xsl transformation output looks different between an application running in JDK1.4.2 and JDK 1.5.0. In fact there is a part of the output html structure missing. I need a way to simulate that in OxygenXML (Eclipse Plugin). What do I have to do for that? Kind regards, Kai

Hello, You have to start Eclipse with a Java 1.4.2 virtual machine and run the transformation with the oXygen plugin, close Eclipse and restart it with a Java 1.5.0 virtual machine. You specify the JVM in the command line which starts Eclipse, for example: C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jre1.5.0_06\bin\java.exe" Regards, Sorin Kai Hackemesser wrote:
Hello, there,
I have the strange case that a xsl transformation output looks different between an application running in JDK1.4.2 and JDK 1.5.0. In fact there is a part of the output html structure missing. I need a way to simulate that in OxygenXML (Eclipse Plugin). What do I have to do for that?
Kind regards, Kai

Hi, Sorin, This alone didn't help. I war running Eclipse in a 1.6 VM and there the transformation did well. In another 1.5 VM which I installed for that the transformation did well, too. Eclipse failed to start with a 1.4 VM. But beside of that, the problem was with the app running in VM 1.5, So If I run Eclipse in 1.5 and use Xalan as debug configuration this should work similar to the app running in VM 1.5? Than there must be another problem. Ciao! Kai Sorin Ristache schrieb:
Hello,
You have to start Eclipse with a Java 1.4.2 virtual machine and run the transformation with the oXygen plugin, close Eclipse and restart it with a Java 1.5.0 virtual machine. You specify the JVM in the command line which starts Eclipse, for example:
C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jre1.5.0_06\bin\java.exe"
Regards, Sorin
Kai Hackemesser wrote:
Hello, there,
I have the strange case that a xsl transformation output looks different between an application running in JDK1.4.2 and JDK 1.5.0. In fact there is a part of the output html structure missing. I need a way to simulate that in OxygenXML (Eclipse Plugin). What do I have to do for that?
Kind regards, Kai
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hi Sorin, In meantime I found that it is working in Xalan transformation, but not in xsltc transformation. how can I debug using XSLTC Transformation engine? Ciao! Kai Kai Hackemesser schrieb:
Hi, Sorin,
This alone didn't help. I war running Eclipse in a 1.6 VM and there the transformation did well. In another 1.5 VM which I installed for that the transformation did well, too. Eclipse failed to start with a 1.4 VM. But beside of that, the problem was with the app running in VM 1.5, So If I run Eclipse in 1.5 and use Xalan as debug configuration this should work similar to the app running in VM 1.5? Than there must be another problem.
Ciao! Kai
Sorin Ristache schrieb:
Hello,
You have to start Eclipse with a Java 1.4.2 virtual machine and run the transformation with the oXygen plugin, close Eclipse and restart it with a Java 1.5.0 virtual machine. You specify the JVM in the command line which starts Eclipse, for example:
C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jre1.5.0_06\bin\java.exe"
Regards, Sorin
Kai Hackemesser wrote:
Hello, there,
I have the strange case that a xsl transformation output looks different between an application running in JDK1.4.2 and JDK 1.5.0. In fact there is a part of the output html structure missing. I need a way to simulate that in OxygenXML (Eclipse Plugin). What do I have to do for that?
Kind regards, Kai
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Hello, If you get a different result with the Xalan XSLTC implementation then this implementation has a bug because you should get the same result. I think you have to find an XSLTC debugger. However oXygen does not use the XSLTC technology in the editor perspective or in the debugger perspective. I hope this helps, Sorin Kai Hackemesser wrote:
Hi Sorin,
In meantime I found that it is working in Xalan transformation, but not in xsltc transformation. how can I debug using XSLTC Transformation engine?
Ciao! Kai
Kai Hackemesser schrieb:
Hi, Sorin,
This alone didn't help. I war running Eclipse in a 1.6 VM and there the transformation did well. In another 1.5 VM which I installed for that the transformation did well, too. Eclipse failed to start with a 1.4 VM. But beside of that, the problem was with the app running in VM 1.5, So If I run Eclipse in 1.5 and use Xalan as debug configuration this should work similar to the app running in VM 1.5? Than there must be another problem.
Ciao! Kai
participants (2)
-
Kai Hackemesser
-
Sorin Ristache