Project

Profile

Help

Question on fix for 1251919

Added by Anonymous almost 19 years ago

Legacy ID: #3287708 Legacy Poster: marcvc (marcvc)

Michael, occasionaly we're running into the issue described in https://sourceforge.net/tracker/?func=detail&atid=397617&aid=1251919&group_id=29872 The fix reads as follows: in net.sf.saxon.expr.ForExpression.java at lines 308 and 311, change predicate = predicate.typeCheck(env, contextItemType); to predicate = predicate.typeCheck(env, contextItemType); It seems that the old and new code is the same. Do I overlook something? Thanks, Marc


Replies (1)

RE: Question on fix for 1251919 - Added by Anonymous almost 19 years ago

Legacy ID: #3289098 Legacy Poster: Kevin Rodgers (notorious_kev)

Yep, Michael posted a followup (visible at the bottom of the page from that same link) correcting himself (contextItemType should be replaced by sequence.getItemType()). -- Kevin

    (1-1/1)

    Please register to reply