XQuery Function Documentation

Search and Browse

http://exist-db.org/xquery/apps/config

/db/apps/public-repo/modules/config.xqm

Configuration options for the application and a set of helper functions to access the application context.

config:app-info#3

config:app-info($node as node(), $params as element()?, $modes as item()*) as item()

For debugging: generates a table showing all properties defined in the application descriptors.

Parameters:
$node
$params
$modes
Returns:
item()*

config:expath-descriptor#0

config:expath-descriptor() as element()

Returns the expath-pkg.xml descriptor for the current application.

Returns:
element()

config:repo-descriptor#0

config:repo-descriptor() as element()

Returns the repo.xml descriptor for the current application.

Returns:
element()

config:repo-permissions#0

config:repo-permissions() as map(*)

Returns the permissions information from the repo.xml descriptor.

Returns:
map(*)