Documentation Center

config

Retrieves an XML configuration file from the current skin, from the config/ folder.

Parameters

action
config
resource
The filename of the XML configuration file to get from the current skin (lang-en.xml).

Example URL

http://<host>:<port>/<context>/web/ui.xql?action=config&resource=<value>

Successful Result

The XML configuration file, returned as mime-type "application/xml" and wrapped in a <config> wrapper element. This wrapper element has two children: the root element of the targeted resource and a <languages> element which contains the set of available languages based on the selected skin.

Failed Result

An HTML page indicating a 404 Not Found error.