[Monetdb-developers] xs:docmgmt in XQuery user defined functions?
1 Jun
2007
1 Jun
'07
1:55 p.m.
Dear all, Just a small suggestion for the release version. New functions like pf:add-doc() return an item of type docmgmt. However, this type does not seem to exist if I try to use user defined functions such as declare function local:weird( ) as xs:docmgmt { pf:add-doc("weird.xml", "weird.xml") }; gives
use of undefined type: at (14,38-14,47): ``xs:docmgmt''
Similarly with "docmgmt" or "pf:docmgmt", etc. Or if I use "item()"
type error: body of local:weird() evaluates to `docmgmt' which is not a subtype of `item'
Best, Djoerd.
6434
Age (days ago)
6434
Last active (days ago)
0 comments
1 participants
participants (1)
-
Djoerd Hiemstra