fn:string pull mode strips sometimes spaces
Replies (1)
Please register to reply
Added by Anonymous almost 18 years ago
Legacy ID: #4128828 Legacy Poster: marcvc (marcvc)
Michael, using the genuine Saxon 8.8 jar files, consider the following query let $sequence := ("a","b","c") return fn:string(<e>{$sequence }</e>) Evaluates as expected to: a b c Enable pull mode, and we get: abc Thanks, Marc
Legacy ID: #4128886 Legacy Poster: Michael Kay (mhkay)
Thanks. New bug (an embarrassing one!). Source fix now in Subversion: http://sourceforge.net/tracker/index.php?func=detail&aid=1647779&group_id=29872&atid=397617 Michael Kay
Please register to reply