xsl

Retrieves an XSL stylesheet file from the current skin, from the xsl/ folder.

Parameters

action
xsl
resource
The filename and filepath of the XSL stylesheet to get from the current skin (DITA/html.xsl). If the target file is in a sub-folder with the xsl/, this sub-folder structure must be provided (DITA/xslhtml/flag.xsl).

Example URL

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

Successful Result

The XSL stylesheet file, returned as mime-type "application/xml".

Failed Result

An HTML page indicating a 404 Not Found error.