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.xsl stylesheet for the mgr1 XML manager.
    # refresh stylesheet mgr1
     http://www/somecompany/XML/stylesheets/OrderEntry.xsl
    #
  • Refresh any stylesheet with a URL that contains datapower for the mgr1 XML manager.
    # refresh stylesheet mgr1 *datapower*
    #
  • Refresh all stylesheets for all XML managers.
    # refresh stylesheet * *
    #