KitWallace / XQuery-Wikibook

Issues and examples for the XQuery Wikibook
10 stars 4 forks source link

exist documentation errors #8

Open KitWallace opened 5 years ago

KitWallace commented 5 years ago

In reviewing the wikibook, errors in the documentation are found . This is a log of them

KitWallace commented 5 years ago

system:export text is wrong : Restore the database or a section of the database (admin user only). r/Restore/Export/

similarly for system:export-silently

KitWallace commented 5 years ago

xmldb:permissions-to-string

Returns: xs:string? : the permissions as string 'rwu' for, user, group and other

the permission characters are rw and x

similarly xmldb:string-to-permissions

has .."The permissions string should be in the format 'rwxrwxrwx' where r is read, w is write and u is update.