
Dear, I was waiting for V9 to have the latest version of SAXON 8.9.0.4 which is available since june Why is it still 8.9.0.3 ? and how to upgrade? Thanks Xmlizer

Hi, We were hopping to include Saxon 9 that was expected to be available at the end of November. As there were some delays with that we had to ship the previous version of Saxon 8 that was integrated in oXygen as you noted. However, Saxon 9 will be available any day now and we will integrate that in oXygen 9 and make available a new build with the support for Saxon 9. Note that for transformations you can use any XSLT processor and any version of Saxon 8 if you configure that as an external processor. If you need help with that just let us know. Best Regards, George --------------------------------------------------------------------- George Cristian Bina - http://aboutxml.blogspot.com/ <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com mozer wrote:
Dear,
I was waiting for V9 to have the latest version of SAXON 8.9.0.4 which is available since june
Why is it still 8.9.0.3 ? and how to upgrade?
Thanks
Xmlizer _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

On 11/3/07, George Cristian Bina <george@oxygenxml.com> wrote:
Hi,
We were hopping to include Saxon 9 that was expected to be available at the end of November. As there were some delays with that we had to ship the previous version of Saxon 8 that was integrated in oXygen as you noted. However, Saxon 9 will be available any day now and we will integrate that in oXygen 9 and make available a new build with the support for Saxon 9.
Note that for transformations you can use any XSLT processor and any version of Saxon 8 if you configure that as an external processor. If you need help with that just let us know.
Ok There is a annoying bug in 8.9.0.3 about resolving http: scheme, How can I replace the 8.9.0.3 version with the 8.9.0.4 one in my configuration ? Xmlizer

As usual, I was juste few hours ahead : Saxon 9 is now out !! Xmlizer On 11/3/07, mozer <xmlizer@gmail.com> wrote:
On 11/3/07, George Cristian Bina <george@oxygenxml.com> wrote:
Hi,
We were hopping to include Saxon 9 that was expected to be available at the end of November. As there were some delays with that we had to ship the previous version of Saxon 8 that was integrated in oXygen as you noted. However, Saxon 9 will be available any day now and we will integrate that in oXygen 9 and make available a new build with the support for Saxon 9.
Note that for transformations you can use any XSLT processor and any version of Saxon 8 if you configure that as an external processor. If you need help with that just let us know.
Ok There is a annoying bug in 8.9.0.3 about resolving http: scheme,
How can I replace the 8.9.0.3 version with the 8.9.0.4 one in my configuration ?
Xmlizer

Hello, Go to Options -> Preferences -> XML -> XSLT-FO-XQuery -> Custom Engines and press the New button to define a new custom engine of type XSLT by specifying the command line for running Saxon 8. The main Java class for running XSLT transformations with Saxon 8 from a command line is net.sf.saxon.Transform. The editor variables like ${xml}, ${xsl}, ${out} available from the Insert Editor Variables in the dialog will make the command line generic, for example: java -cp saxon8.jar;saxon8-dom.jar;saxon8-xpath.jar net.sf.saxon.Transform -o ${out} ${xml} ${xsl} where the working directory of the custom engine is: D:\Kit\Saxon\saxonb9 Regards, Sorin mozer wrote:
How can I replace the 8.9.0.3 version with the 8.9.0.4 one in my configuration ?
Xmlizer

All that can be safely done right now is to configure Saxon 9 as an external XSLT processor. If you need help with that let us know. Saxon 9 will be integrated soon in oXygen and we will consider making available a build before the 9.1 release that will work with Saxon 9. Best Regards, George --------------------------------------------------------------------- George Cristian Bina - http://aboutxml.blogspot.com/ <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com mozer wrote:
As usual, I was juste few hours ahead :
Saxon 9 is now out !!
Xmlizer
On 11/3/07, mozer <xmlizer@gmail.com> wrote:
On 11/3/07, George Cristian Bina <george@oxygenxml.com> wrote:
Hi,
We were hopping to include Saxon 9 that was expected to be available at the end of November. As there were some delays with that we had to ship the previous version of Saxon 8 that was integrated in oXygen as you noted. However, Saxon 9 will be available any day now and we will integrate that in oXygen 9 and make available a new build with the support for Saxon 9.
Note that for transformations you can use any XSLT processor and any version of Saxon 8 if you configure that as an external processor. If you need help with that just let us know. Ok There is a annoying bug in 8.9.0.3 about resolving http: scheme,
How can I replace the 8.9.0.3 version with the 8.9.0.4 one in my configuration ?
Xmlizer
participants (3)
-
George Cristian Bina
-
mozer
-
Sorin Ristache