A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/xmldb
A module for database manipulation functions.

xmldb:chmod-resource($collection as xs:string, $resource as xs:string, $mode as xs:integer) empty()
Sets the mode of the resource $resource in collection $collection, $mode is the mode as xs:integer. PLEASE REMEMBER that octal number 0755 is 7*64+5*8+5 i.e. 493 in decimal NOT 755. You can use util:base-to-integer(0755, 8) as argument for convenience.
$collectionThe collection
$resourceThe resource
$modeThe mode as xs:integer
Return to list of all modules