Project

Profile

Help

fn:string pull mode strips sometimes spaces

Added by Anonymous over 17 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


Replies (1)

RE: fn:string pull mode strips sometimes spac - Added by Anonymous over 17 years ago

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&amp;aid=1647779&amp;group_id=29872&amp;atid=397617 Michael Kay

    (1-1/1)

    Please register to reply