Static Selection of the Style Sheet File

It makes sense for some pages to define the style sheet file statically. In this case, it cannot be changed dynamically. This can be done inside the XML layout definition of the page with the "page" tag.

<page model="xyz" 
      pagename="xyz.html" 
      stylesheetfile="/HTMLBasedGUI/general/layout.css">
    ...
    ...
    ...
</page>