Project

Profile

Help

XQDY0025 is not always detected

Added by Anonymous over 18 years ago

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

Michael, with Saxon 8.7, consider the following query: declare function local:foo(){ let $i := 1 return <e>{attribute a {$i}, attribute a {$i}}</e>}; local:foo() It evaluates to <e a="1"/> where I would have expected a XQDY0025 error. Thanks, Marc


Replies (1)

RE: XQDY0025 is not always detected - Added by Anonymous over 18 years ago

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

Thanks, now fixed, see https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1443030&amp;group_id=29872&amp;atid=397617

    (1-1/1)

    Please register to reply