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.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to