Project

Profile

Help

'replace' outputs debug info

Added by Anonymous over 18 years ago

Legacy ID: #3608540 Legacy Poster: Oliver Meyer (ormek)

Hi. With my installation of Saxon-8.7 the replace function gives some debug output like: [java] Input regex: ^\s+|\s+$ [java] Output regex: ^[\x20\n\r\t]+|[\x20\n\r\t]+$ Is that by intention? Am I missing a config file to stop that output? Kind regards, Oliver


Replies (6)

Please register to reply

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3608573 Legacy Poster: Michael Kay (mhkay)

This was unfortunately an error in the build, please see https://sourceforge.net/tracker/index.php?func=detail&aid=1439339&group_id=29872&atid=397617

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3686949 Legacy Poster: Lonnie VanZandt (lonniev)

You have a spurious ";" in your Tracker url. The correct link is https://sourceforge.net/tracker/index.php?func=detail&aid=1439339&group_id=29872&atid=397617 Also, could you upload a revised saxon8.jar which has the unwanted System.err.println's removed? (I admit I am lazy enough not to want to rebuild your (otherwise outstanding) jar...)

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3686951 Legacy Poster: Lonnie VanZandt (lonniev)

Ack! Phft! It is the forum's fault. It also inserted that ";" into my post as well...

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3686956 Legacy Poster: Michael Kay (mhkay)

This problem is fixed in Saxon 8.7.1. Sorry about the spurious semicolon added by the forum software. Probably something to do with the ampersand in the URL.

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3686982 Legacy Poster: Lonnie VanZandt (lonniev)

Boy, I am lazy: I now see that you uploaded a maintenance release on 12-Apr-2006. I'll bet this has the fix in it that I seek. I'll try it out and ask anew if it is missing.

RE: 'replace' outputs debug info - Added by Anonymous over 18 years ago

Legacy ID: #3687014 Legacy Poster: Lonnie VanZandt (lonniev)

Yes, I concur - I just tried the 8.7.1 jar and the debug output is now gone. Thank you.

    (1-6/6)

    Please register to reply