Page | +--root.xsl (the root element) | +--HTMLhead.xsl (the head) | +--head.xsl (the searchbox, etc.) | +--foot.xsl (copyright, date, etc.) | +--navigation.xsl (the main navigation on the left) | +--variables.xsl (definition of variables used in different stylesheets) | +--Front | | | +--body.xsl (the sructure/tables of the page) | | | +--services.xsl (the service part of the third column) | | | +--Authoring ? | | | | | +--? | | | +--Live | | | +--main.xsl (all the includes and imports) | | | +--page.xsl (page layout) | | | +--headlines.xsl (the articles on the front) | | | +--webperls.xsl (the webperls) | +--Section | | | +--navigationLogic.xsl (the navigation for the different sections) | | | +--xinclude.xsl (gets the articles for the section page) | | | +--Authoring ? | | | | | +--? | | | +--Live | | | +--main.xsl (all the includes and imports) | | | +--page.xsl (the page layout of the section) | | | +--articles.xsl (the articles in the section) | +--Article | | | +--Authoring ? | | | | | +--? | | | +--Live | | | +--main.xsl (all the includes and imports) | | | +--page.xsl (the layout of the article page) | | | +--articles.xsl (the article) | | | +--relatedContent.xsl (the related content)
Directories