Arbortext Command Language > Functions by Alphabetical Listing > list_stylesheets
  
list_stylesheets
list_stylesheets ()
The list_stylesheets function returns the paths to all stylesheets in the compiled stylesheet cache. Arbortext Editor stores XSL stylesheets in this cache after they have been compiled during a publishing process. By storing these stylesheets, Arbortext Editor avoids having to recompile them during subsequent publishing runs.
You can use a path returned by this function as an argument to the clear_stylesheet function.
Related Topics
clear_stylesheets function
Stylesheet Overview