XDC - v. 0.6.1

File summary-page.xsl

<xsl:stylesheet version="1.0">
  <xsl:import href="base-page.xsl"/>
</xsl:stylesheet>

This XSLT stylesheet is the basis of the stylesheets repsonsible for generating the "summary" (overview and package) pages of the XDC documentation.
The stylesheet can be considered "abstract" as every "concrete" stylesheet importing it should "implement" the templates with mode="summaryPage.shortDescriptionHeader", mode="summaryPage.summaryTableHeader", mode="summaryPage.longDescriptionHeader" and mode="summaryPage.itemLink" which are all used by this template but are not "implemented" here.
Version:
0.5
Author:
Jens Voß


Template Summary
<xsl:template match="/" mode="basePage.renderPageBody"/>

This template displays the main part of the summary page, consisting of a summary of the documented entity (API or package), a table listing the documented subentities (packages or files), and a detailed description of the documented entity.

<xsl:template match="/*/*" mode="summaryPage.displayItem"/>

This template is responsible for displaying a row in the table of documented subentities.


Template Detail
<xsl:template match="/" mode="basePage.renderPageBody"/>

This template displays the main part of the summary page, consisting of a summary of the documented entity (API or package), a table listing the documented subentities (packages or files), and a detailed description of the documented entity.


<xsl:template match="/*/*" mode="summaryPage.displayItem"/>

This template is responsible for displaying a row in the table of documented subentities.


XDC - v. 0.6.1

Copyright © 2005 - 2006 Jens Voß.