This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
7.2.5 fn:collection and fn:doc In the third inference statEnv |- statEnv.collectionType(StringLiteral) not defined ------------------------------------------------------- statEnv |- fn:collection(Expr) : (element | attribute | processing-instruction | text | comment | document) * There is no stated relationship between StringLiteral and Expr. What you want is statEnv |- statEnv.collectionType(String) not defined ------------------------------------------------------- statEnv |- fn:collection(String) : node * The second inference about fn:doc has the same problem.
Fixed. Also replaced StringLiteral by URILiteral, more appropriate. - Jerome