text node constructor with empty sequence
Replies (1)
Please register to reply
Added by Anonymous over 19 years ago
Legacy ID: #3300973 Legacy Poster: marcvc (marcvc)
Michael, consider the following query: declare function local:f1() {text{()}}; declare function local:f2($t) {count($t)}; local:f2(local:f1()), count(text{()}) Saxon 8.5 evaluates to: 1,0 Thanks, Marc
Legacy ID: #3302381 Legacy Poster: Michael Kay (mhkay)
Bug is now registered, with a fix, at: https://sourceforge.net/tracker/index.php?func=detail&aid=1264122&group_id=29872&atid=397617 Michael Kay
Please register to reply