Subject: RE: Saxon regex output (ie, Input regex: [0-9]{4}-[0-9]{2})
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 11 May 2006 13:03:50 +0100
|
It's a known bug when Saxon 8.7 is run using JDK 1.4: it's fixed in 8.7.1.
Please use the saxon-help list or forum at sourceforge.net for questions
that are specific to the Saxon product.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Weston, Toby [mailto:toby.weston@xxxxxxxxx]
> Sent: 11 May 2006 11:31
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Saxon regex output (ie, Input regex: [0-9]{4}-[0-9]{2})
>
> Hi Folks,
>
> I'm seeing lots of output to standard out when using Saxon
> along the following lines;
>
> Input regex: [0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2}
> Output regex: [0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}(:[0-9]{2}
> Input regex: [0-9A-F]
> Output regex: [0-9A-F]
>
> and so on...
>
> I may be wrong but I think Saxon is generating this (at least
> I can't find or think of anything else that is!).
>
> If that's the case, can I disable it? Did I indivertibly enable it?
>
> Cheers,
> Toby
|