XQuery results in XSLT error code
Replies (1)
Please register to reply
Added by Anonymous over 18 years ago
Legacy ID: #3610058 Legacy Poster: marcvc (marcvc)
Michael, consider the following query in Saxon 8.7: declare function local:foo(){ let $i := 1 return element {$i} {()}}; local:foo() The error specifies code XTDE0820 Thanks, Marc
Legacy ID: #3610462 Legacy Poster: Michael Kay (mhkay)
Thanks, now fixed, see https://sourceforge.net/tracker/index.php?func=detail&aid=1443030&group_id=29872&atid=397617 Michael Kay
Please register to reply