refresh stylesheet
This command forces the reload of stylesheets by XML managers.
Syntax
- Forces all XML managers to reload stylesheets
- refresh stylesheet
*match
- Forces a specific XML manager to reload stylesheets
- refresh stylesheet manager match
Parameters
*- Indicates all XML managers.
- manager
- Specifies the name of an XML manager.
- match
- Defines the shell-style match pattern for the specific stylesheets to refresh.
Guidelines
The refresh stylesheet command forces a one time reload. In contrast, the xslrefresh command enables a periodic policy-based refresh cycle.
Examples
- Refresh the
OrderEntry.xslstylesheet for themgr1XML manager.# refresh stylesheet mgr1 http://www/somecompany/XML/stylesheets/OrderEntry.xsl # - Refresh any stylesheet with a URL that contains
datapowerfor themgr1XML manager.# refresh stylesheet mgr1 *datapower* # - Refresh all stylesheets for all XML managers.
# refresh stylesheet * * #