XQDY0025 is not always detected
Replies (1)
Please register to reply
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
Legacy ID: #3610460 Legacy Poster: Michael Kay (mhkay)
Thanks, now fixed, see https://sourceforge.net/tracker/index.php?func=detail&aid=1443030&group_id=29872&atid=397617
Please register to reply