Re: [xsl] Different regex behaviour on Windows & Linux using Saxon

Subject: Re: [xsl] Different regex behaviour on Windows & Linux using Saxon
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 30 Aug 2007 15:25:03 +0100
> I have a strange problem here. I am using SaxonB 8.9 java version on both 
> Linux and Windows

saxon converts the xpath regex to a java regex and the java regular
expression handler changed a lot (at java 1.4 or 1.5, I can't remember)
and so saxon has to use different code depending on the jvm being used
(as far as i recall) so it probably matters more which version of java
you have rather than whether it's windows or linux.

(Of course it should get the right answer in any case, but checking 
java -version
in each case might helo MK narrow it down)

Also of course saxon-help list is better than this one if it is a saxon
9or java) bug

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread