no stylesheet

This command deletes stylesheets from the cache of an XML manager.

Syntax

no stylesheet manager match

Parameters

manager
Specifies the name of an XML manager.
match
Defines a shell-style match pattern that defines the stylesheets to delete.

Examples

  • Delete the specified stylesheet that is cached by the mgr1 XML manager.
    # no stylesheet mgr1 http://www/somecompany/XML/stylesheets/OrderEntry.xsl
    #
  • Delete any stylesheet that is cached by the mgr1 XML manager whose URL contains datapower.
    # no stylesheet mgr1 *datapower*
    #
  • Delete all stylesheets that are cached by the mgr1 XML manager.
    # no stylesheet mgr1 *
    #