Project

Profile

Help

Non-comparable types found while sorting

Added by Anonymous almost 19 years ago

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

Michael, with Saxon 8.5 we have a bunch of queries failing with the following error message: Non-comparable types found while sorting: Objects are not comparable We’ve been able to isolate it in the following small query: for $e1 in (<e1/>) for $e2 in (<e2/>,<e3/>) order by $e1/a, $e2/b return $e1 Can we assume this is a bug new to Saxon 8.5? Thanks, Marc


Replies (1)

RE: Non-comparable types found while sorting - Added by Anonymous almost 19 years ago

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

Thanks for reporting this. A source fix is available at: https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251765&amp;group_id=29872&amp;atid=397617 MK

    (1-1/1)

    Please register to reply