Question on fix for 1251919
Replies (1)
Please register to reply
Added by Anonymous over 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
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
Please register to reply