XDC - v. 0.6.1

File package-summary.xsl

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

This is the XSLT stylesheet repsonsible for generating the package-summary pages of the XDC documentation.
Version:
0.5
Author:
Jens Voß


Template Summary
<xsl:template match="/" mode="summaryPage.shortDescriptionHeader"/>

This template is an "implementation" of the "abstract" template defined in the stylesheet file summary-page.xsl.

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

This is another "implementation" of an "abstract" template defined and used in the summary-page.xsl stylesheet.

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

This template also "implements" an "abstract" template of the stylesheet summary-page.xsl.

<xsl:template match="source" mode="summaryPage.itemLink"/>

This template "implements" another "abstract" template defined in the stylesheet summary-page.xsl by creating a relative URL to the XDC documentation page for the documented XML file.


Template Detail
<xsl:template match="/" mode="summaryPage.shortDescriptionHeader"/>

This template is an "implementation" of the "abstract" template defined in the stylesheet file summary-page.xsl. It displays the name of the documented package in the upper section of the package summary page.


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

This is another "implementation" of an "abstract" template defined and used in the summary-page.xsl stylesheet. It returns the header label (in this case, the literal "XML File Summary") of the table of packages of the documented API.


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

This template also "implements" an "abstract" template of the stylesheet summary-page.xsl.


<xsl:template match="source" mode="summaryPage.itemLink"/>

This template "implements" another "abstract" template defined in the stylesheet summary-page.xsl by creating a relative URL to the XDC documentation page for the documented XML file.


XDC - v. 0.6.1

Copyright © 2005 - 2006 Jens Voß.